Html Css Color HEX #CCECBF Tea Green

📋 copy color: '#CCECBF'

red 204 ◦ green 236 ◦ blue 191

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

Shades of Tea Green #CCECBF

Tints of Tea Green #CCECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.27%

R = 32.33%
G = 37.4%
B = 30.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CCECBF (or 0xCCECBF) is known color: Tea Green. HEX triplet: CC, EC and BF. RGB value is (204,236,191). Sum of RGB (Red+Green+Blue) = 204+236+191=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBF is #331340. Grayscale: #DDDDDD. Windows color (decimal): -3347265 or 12577996. OLE color: 12577996.

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

Color convert

RGB 204 236 191 -
CMYK 0.14 0 0.19 0.07
HSL 102.67º 0.54% 0.84% -
HSV(B) 102.67º 0.19% 0.93% -
XYZ 64.3 76.59 60.68 -
YUV 221.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 204 236 191 0.14 0 0.19 0.07 102.67 0.54 0.84
Hex CC EC BF E 0 13 7 67 36 54
Octal 314 354 277 16 0 23 7 147 66 124
Binary 11001100 11101100 10111111 1110 0 10011 111 1100111 110110 1010100

Color Harmonies of #CCECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECBF

Black with #CCECBF

Text Example


Text Example

White with #CCECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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