Html Css Color HEX #CCF8B9 Tea Green

📋 copy color: '#CCF8B9'

red 204 ◦ green 248 ◦ blue 185

#CCF8B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CCF8B9

Tints of Tea Green #CCF8B9

RGB

 RED value IS 204 (80.08% from 255) = 32.03%

 GREEN value IS 248 (97.27% from 255) = 38.93%

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 32.03%
G = 38.93%
B = 29.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF8B9 (or 0xCCF8B9) is known color: Tea Green. HEX triplet: CC, F8 and B9. RGB value is (204,248,185). Sum of RGB (Red+Green+Blue) = 204+248+185=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8B9 is #330746. Grayscale: #E3E3E3. Windows color (decimal): -3344199 or 12187852. OLE color: 12187852.

HSL color Cylindrical-coordinate representation of color #CCF8B9: hue angle of 101.9º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCF8B9 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 185 -
CMYK 0.18 0 0.25 0.03
HSL 101.9º 0.82% 0.85% -
HSV(B) 101.9º 0.25% 0.97% -
XYZ 67.23 83.47 58.47 -
YUV 227.66 103.92 111.12 -
System Red Green Blue C M Y K H S L
Decimal 204 248 185 0.18 0 0.25 0.03 101.9 0.82 0.85
Hex CC F8 B9 12 0 19 3 66 52 55
Octal 314 370 271 22 0 31 3 146 122 125
Binary 11001100 11111000 10111001 10010 0 11001 11 1100110 1010010 1010101

Color Harmonies of #CCF8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8B9

Black with #CCF8B9

Text Example


Text Example

White with #CCF8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8B9; }

 p { color: rgb(204,248,185); }

 H1.HeaderClassName
 {
   color: #CCF8B9;
 }
 .AnyTagClassName
 {
   color: #CCF8B9;
 }
</style>

background-color css

<style>
 a { background-color: #CCF8B9; }

 a { background-color: rgb(204,248,185); }

 div.DivClassName
 {
   background-color: #CCF8B9;
 }
 .BgClassName
 {
   background-color: #CCF8B9;
 }
</style>

border-color css

<style>
 span { border-color: #CCF8B9; }

 span { border-color: rgb(204,248,185); }

 td.TdClassName
 {
   border-color: #CCF8B9;
 }
 .TagClassName
 {
   border-color: #CCF8B9;
 }
</style>