Html Css Color HEX #CCEDB5 Tea Green

📋 copy color: '#CCEDB5'

red 204 ◦ green 237 ◦ blue 181

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

Shades of Tea Green #CCEDB5

Tints of Tea Green #CCEDB5

RGB

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

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

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

R = 32.8%
G = 38.1%
B = 29.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CCEDB5 (or 0xCCEDB5) is known color: Tea Green. HEX triplet: CC, ED and B5. RGB value is (204,237,181). Sum of RGB (Red+Green+Blue) = 204+237+181=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDB5 is #33124A. Grayscale: #DCDCDC. Windows color (decimal): -3347019 or 11922892. OLE color: 11922892.

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

Color convert

RGB 204 237 181 -
CMYK 0.14 0 0.24 0.07
HSL 95.36º 0.61% 0.82% -
HSV(B) 95.36º 0.24% 0.93% -
XYZ 63.53 76.74 55.18 -
YUV 220.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 204 237 181 0.14 0 0.24 0.07 95.36 0.61 0.82
Hex CC ED B5 E 0 18 7 5F 3D 52
Octal 314 355 265 16 0 30 7 137 75 122
Binary 11001100 11101101 10110101 1110 0 11000 111 1011111 111101 1010010

Color Harmonies of #CCEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDB5

Black with #CCEDB5

Text Example


Text Example

White with #CCEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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