Html Css Color HEX #CCEAB6 Tea Green

📋 copy color: '#CCEAB6'

red 204 ◦ green 234 ◦ blue 182

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

Shades of Tea Green #CCEAB6

Tints of Tea Green #CCEAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.35%

R = 32.9%
G = 37.74%
B = 29.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#CCEAB6 (or 0xCCEAB6) is known color: Tea Green. HEX triplet: CC, EA and B6. RGB value is (204,234,182). Sum of RGB (Red+Green+Blue) = 204+234+182=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAB6 is #331549. Grayscale: #DBDBDB. Windows color (decimal): -3347786 or 11987660. OLE color: 11987660.

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

Color convert

RGB 204 234 182 -
CMYK 0.13 0 0.22 0.08
HSL 94.62º 0.55% 0.82% -
HSV(B) 94.62º 0.22% 0.92% -
XYZ 62.77 75.06 55.44 -
YUV 219.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 204 234 182 0.13 0 0.22 0.08 94.62 0.55 0.82
Hex CC EA B6 D 0 16 8 5F 37 52
Octal 314 352 266 15 0 26 10 137 67 122
Binary 11001100 11101010 10110110 1101 0 10110 1000 1011111 110111 1010010

Color Harmonies of #CCEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAB6

Black with #CCEAB6

Text Example


Text Example

White with #CCEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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