Html Css Color HEX #CCE8BC Tea Green

📋 copy color: '#CCE8BC'

red 204 ◦ green 232 ◦ blue 188

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

Shades of Tea Green #CCE8BC

Tints of Tea Green #CCE8BC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 32.69%
G = 37.18%
B = 30.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#CCE8BC (or 0xCCE8BC) is known color: Tea Green. HEX triplet: CC, E8 and BC. RGB value is (204,232,188). Sum of RGB (Red+Green+Blue) = 204+232+188=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8BC is #331743. Grayscale: #DADADA. Windows color (decimal): -3348292 or 12380364. OLE color: 12380364.

HSL color Cylindrical-coordinate representation of color #CCE8BC: hue angle of 98.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE8BC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 188 -
CMYK 0.12 0 0.19 0.09
HSL 98.18º 0.49% 0.82% -
HSV(B) 98.18º 0.19% 0.91% -
XYZ 62.84 74.18 58.58 -
YUV 218.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 204 232 188 0.12 0 0.19 0.09 98.18 0.49 0.82
Hex CC E8 BC C 0 13 9 62 31 52
Octal 314 350 274 14 0 23 11 142 61 122
Binary 11001100 11101000 10111100 1100 0 10011 1001 1100010 110001 1010010

Color Harmonies of #CCE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8BC

Black with #CCE8BC

Text Example


Text Example

White with #CCE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8BC; }

 p { color: rgb(204,232,188); }

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

background-color css

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

 a { background-color: rgb(204,232,188); }

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

border-color css

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

 span { border-color: rgb(204,232,188); }

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