Html Css Color HEX #CCEABD Tea Green

📋 copy color: '#CCEABD'

red 204 ◦ green 234 ◦ blue 189

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

Shades of Tea Green #CCEABD

Tints of Tea Green #CCEABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.14%

R = 32.54%
G = 37.32%
B = 30.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#CCEABD (or 0xCCEABD) is known color: Tea Green. HEX triplet: CC, EA and BD. RGB value is (204,234,189). Sum of RGB (Red+Green+Blue) = 204+234+189=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABD is #331542. Grayscale: #DCDCDC. Windows color (decimal): -3347779 or 12446412. OLE color: 12446412.

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

Color convert

RGB 204 234 189 -
CMYK 0.13 0 0.19 0.08
HSL 100º 0.52% 0.83% -
HSV(B) 100º 0.19% 0.92% -
XYZ 63.51 75.36 59.34 -
YUV 219.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 204 234 189 0.13 0 0.19 0.08 100 0.52 0.83
Hex CC EA BD D 0 13 8 64 34 53
Octal 314 352 275 15 0 23 10 144 64 123
Binary 11001100 11101010 10111101 1101 0 10011 1000 1100100 110100 1010011

Color Harmonies of #CCEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEABD

Black with #CCEABD

Text Example


Text Example

White with #CCEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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