Html Css Color HEX #CCEAB9 Tea Green

📋 copy color: '#CCEAB9'

red 204 ◦ green 234 ◦ blue 185

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

Shades of Tea Green #CCEAB9

Tints of Tea Green #CCEAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

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

R = 32.74%
G = 37.56%
B = 29.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CCEAB9 (or 0xCCEAB9) is known color: Tea Green. HEX triplet: CC, EA and B9. RGB value is (204,234,185). Sum of RGB (Red+Green+Blue) = 204+234+185=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAB9 is #331546. Grayscale: #DBDBDB. Windows color (decimal): -3347783 or 12184268. OLE color: 12184268.

HSL color Cylindrical-coordinate representation of color #CCEAB9: hue angle of 96.73º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCEAB9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 185 -
CMYK 0.13 0 0.21 0.08
HSL 96.73º 0.54% 0.82% -
HSV(B) 96.73º 0.21% 0.92% -
XYZ 63.08 75.19 57.09 -
YUV 219.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 204 234 185 0.13 0 0.21 0.08 96.73 0.54 0.82
Hex CC EA B9 D 0 15 8 61 36 52
Octal 314 352 271 15 0 25 10 141 66 122
Binary 11001100 11101010 10111001 1101 0 10101 1000 1100001 110110 1010010

Color Harmonies of #CCEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAB9

Black with #CCEAB9

Text Example


Text Example

White with #CCEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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