Html Css Color HEX #CCEDB0 Tea Green

📋 copy color: '#CCEDB0'

red 204 ◦ green 237 ◦ blue 176

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

Shades of Tea Green #CCEDB0

Tints of Tea Green #CCEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 33.06%
G = 38.41%
B = 28.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#CCEDB0 (or 0xCCEDB0) is known color: Tea Green. HEX triplet: CC, ED and B0. RGB value is (204,237,176). Sum of RGB (Red+Green+Blue) = 204+237+176=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDB0 is #33124F. Grayscale: #DCDCDC. Windows color (decimal): -3347024 or 11595212. OLE color: 11595212.

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

Color convert

RGB 204 237 176 -
CMYK 0.14 0 0.26 0.07
HSL 92.46º 0.63% 0.81% -
HSV(B) 92.46º 0.26% 0.93% -
XYZ 63.02 76.54 52.53 -
YUV 220.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 204 237 176 0.14 0 0.26 0.07 92.46 0.63 0.81
Hex CC ED B0 E 0 1A 7 5C 3F 51
Octal 314 355 260 16 0 32 7 134 77 121
Binary 11001100 11101101 10110000 1110 0 11010 111 1011100 111111 1010001

Color Harmonies of #CCEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDB0

Black with #CCEDB0

Text Example


Text Example

White with #CCEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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