Html Css Color HEX #CCEABC Tea Green

📋 copy color: '#CCEABC'

red 204 ◦ green 234 ◦ blue 188

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

Shades of Tea Green #CCEABC

Tints of Tea Green #CCEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.03%

R = 32.59%
G = 37.38%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#CCEABC (or 0xCCEABC) is known color: Tea Green. HEX triplet: CC, EA and BC. RGB value is (204,234,188). Sum of RGB (Red+Green+Blue) = 204+234+188=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABC is #331543. Grayscale: #DBDBDB. Windows color (decimal): -3347780 or 12380876. OLE color: 12380876.

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

Color convert

RGB 204 234 188 -
CMYK 0.13 0 0.20 0.08
HSL 99.13º 0.52% 0.83% -
HSV(B) 99.13º 0.2% 0.92% -
XYZ 63.4 75.31 58.77 -
YUV 219.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 204 234 188 0.13 0 0.20 0.08 99.13 0.52 0.83
Hex CC EA BC D 0 14 8 63 34 53
Octal 314 352 274 15 0 24 10 143 64 123
Binary 11001100 11101010 10111100 1101 0 10100 1000 1100011 110100 1010011

Color Harmonies of #CCEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEABC

Black with #CCEABC

Text Example


Text Example

White with #CCEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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