Html Css Color HEX #CCEAB5 Tea Green

📋 copy color: '#CCEAB5'

red 204 ◦ green 234 ◦ blue 181

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

Shades of Tea Green #CCEAB5

Tints of Tea Green #CCEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.24%

R = 32.96%
G = 37.8%
B = 29.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#CCEAB5 (or 0xCCEAB5) is known color: Tea Green. HEX triplet: CC, EA and B5. RGB value is (204,234,181). Sum of RGB (Red+Green+Blue) = 204+234+181=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAB5 is #33154A. Grayscale: #DBDBDB. Windows color (decimal): -3347787 or 11922124. OLE color: 11922124.

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

Color convert

RGB 204 234 181 -
CMYK 0.13 0 0.23 0.08
HSL 93.96º 0.56% 0.81% -
HSV(B) 93.96º 0.23% 0.92% -
XYZ 62.67 75.02 54.89 -
YUV 218.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 204 234 181 0.13 0 0.23 0.08 93.96 0.56 0.81
Hex CC EA B5 D 0 17 8 5E 38 51
Octal 314 352 265 15 0 27 10 136 70 121
Binary 11001100 11101010 10110101 1101 0 10111 1000 1011110 111000 1010001

Color Harmonies of #CCEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAB5

Black with #CCEAB5

Text Example


Text Example

White with #CCEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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