Html Css Color HEX #CCEDB6 Tea Green

📋 copy color: '#CCEDB6'

red 204 ◦ green 237 ◦ blue 182

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

Shades of Tea Green #CCEDB6

Tints of Tea Green #CCEDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 32.74%
G = 38.04%
B = 29.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#CCEDB6 (or 0xCCEDB6) is known color: Tea Green. HEX triplet: CC, ED and B6. RGB value is (204,237,182). Sum of RGB (Red+Green+Blue) = 204+237+182=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDB6 is #331249. Grayscale: #DDDDDD. Windows color (decimal): -3347018 or 11988428. OLE color: 11988428.

HSL color Cylindrical-coordinate representation of color #CCEDB6: hue angle of 96º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCEDB6 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 182 -
CMYK 0.14 0 0.23 0.07
HSL 96º 0.6% 0.82% -
HSV(B) 96º 0.23% 0.93% -
XYZ 63.63 76.78 55.72 -
YUV 220.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 204 237 182 0.14 0 0.23 0.07 96 0.6 0.82
Hex CC ED B6 E 0 17 7 60 3C 52
Octal 314 355 266 16 0 27 7 140 74 122
Binary 11001100 11101101 10110110 1110 0 10111 111 1100000 111100 1010010

Color Harmonies of #CCEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDB6

Black with #CCEDB6

Text Example


Text Example

White with #CCEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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