Html Css Color HEX #CCECBD Tea Green

📋 copy color: '#CCECBD'

red 204 ◦ green 236 ◦ blue 189

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

Shades of Tea Green #CCECBD

Tints of Tea Green #CCECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 32.43%
G = 37.52%
B = 30.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CCECBD (or 0xCCECBD) is known color: Tea Green. HEX triplet: CC, EC and BD. RGB value is (204,236,189). Sum of RGB (Red+Green+Blue) = 204+236+189=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBD is #331342. Grayscale: #DDDDDD. Windows color (decimal): -3347267 or 12446924. OLE color: 12446924.

HSL color Cylindrical-coordinate representation of color #CCECBD: hue angle of 100.85º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 189 -
CMYK 0.14 0 0.20 0.07
HSL 100.85º 0.55% 0.83% -
HSV(B) 100.85º 0.2% 0.93% -
XYZ 64.08 76.5 59.53 -
YUV 221.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 204 236 189 0.14 0 0.20 0.07 100.85 0.55 0.83
Hex CC EC BD E 0 14 7 65 37 53
Octal 314 354 275 16 0 24 7 145 67 123
Binary 11001100 11101100 10111101 1110 0 10100 111 1100101 110111 1010011

Color Harmonies of #CCECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECBD

Black with #CCECBD

Text Example


Text Example

White with #CCECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECBD; }

 p { color: rgb(204,236,189); }

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

background-color css

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

 a { background-color: rgb(204,236,189); }

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

border-color css

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

 span { border-color: rgb(204,236,189); }

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