Html Css Color HEX #CCECBA Tea Green

📋 copy color: '#CCECBA'

red 204 ◦ green 236 ◦ blue 186

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

Shades of Tea Green #CCECBA

Tints of Tea Green #CCECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 32.59%
G = 37.7%
B = 29.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#CCECBA (or 0xCCECBA) is known color: Tea Green. HEX triplet: CC, EC and BA. RGB value is (204,236,186). Sum of RGB (Red+Green+Blue) = 204+236+186=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBA is #331345. Grayscale: #DCDCDC. Windows color (decimal): -3347270 or 12250316. OLE color: 12250316.

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

Color convert

RGB 204 236 186 -
CMYK 0.14 0 0.21 0.07
HSL 98.4º 0.57% 0.83% -
HSV(B) 98.4º 0.21% 0.93% -
XYZ 63.76 76.37 57.84 -
YUV 220.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 204 236 186 0.14 0 0.21 0.07 98.4 0.57 0.83
Hex CC EC BA E 0 15 7 62 39 53
Octal 314 354 272 16 0 25 7 142 71 123
Binary 11001100 11101100 10111010 1110 0 10101 111 1100010 111001 1010011

Color Harmonies of #CCECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECBA

Black with #CCECBA

Text Example


Text Example

White with #CCECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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