Html Css Color HEX #CCE9BA Tea Green

📋 copy color: '#CCE9BA'

red 204 ◦ green 233 ◦ blue 186

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

Shades of Tea Green #CCE9BA

Tints of Tea Green #CCE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

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

R = 32.74%
G = 37.4%
B = 29.86%

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

#CCE9BA (or 0xCCE9BA) is known color: Tea Green. HEX triplet: CC, E9 and BA. RGB value is (204,233,186). Sum of RGB (Red+Green+Blue) = 204+233+186=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9BA is #331645. Grayscale: #DBDBDB. Windows color (decimal): -3348038 or 12249548. OLE color: 12249548.

HSL color Cylindrical-coordinate representation of color #CCE9BA: hue angle of 97.02º degrees, saturation: 0.52, 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 #CCE9BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 186 -
CMYK 0.12 0 0.20 0.09
HSL 97.02º 0.52% 0.82% -
HSV(B) 97.02º 0.2% 0.91% -
XYZ 62.9 74.66 57.55 -
YUV 218.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 204 233 186 0.12 0 0.20 0.09 97.02 0.52 0.82
Hex CC E9 BA C 0 14 9 61 34 52
Octal 314 351 272 14 0 24 11 141 64 122
Binary 11001100 11101001 10111010 1100 0 10100 1001 1100001 110100 1010010

Color Harmonies of #CCE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9BA

Black with #CCE9BA

Text Example


Text Example

White with #CCE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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