Html Css Color HEX #CCE8BA Tea Green

📋 copy color: '#CCE8BA'

red 204 ◦ green 232 ◦ blue 186

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

Shades of Tea Green #CCE8BA

Tints of Tea Green #CCE8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 32.8%
G = 37.3%
B = 29.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#CCE8BA (or 0xCCE8BA) is known color: Tea Green. HEX triplet: CC, E8 and BA. RGB value is (204,232,186). Sum of RGB (Red+Green+Blue) = 204+232+186=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8BA is #331745. Grayscale: #DADADA. Windows color (decimal): -3348294 or 12249292. OLE color: 12249292.

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

Color convert

RGB 204 232 186 -
CMYK 0.12 0 0.20 0.09
HSL 96.52º 0.5% 0.82% -
HSV(B) 96.52º 0.2% 0.91% -
XYZ 62.62 74.1 57.46 -
YUV 218.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 204 232 186 0.12 0 0.20 0.09 96.52 0.5 0.82
Hex CC E8 BA C 0 14 9 61 32 52
Octal 314 350 272 14 0 24 11 141 62 122
Binary 11001100 11101000 10111010 1100 0 10100 1001 1100001 110010 1010010

Color Harmonies of #CCE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8BA

Black with #CCE8BA

Text Example


Text Example

White with #CCE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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