Html Css Color HEX #CCEBC5 Tea Green

📋 copy color: '#CCEBC5'

red 204 ◦ green 235 ◦ blue 197

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

Shades of Tea Green #CCEBC5

Tints of Tea Green #CCEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 197 (77.34% from 255) = 30.97%

R = 32.08%
G = 36.95%
B = 30.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CCEBC5 (or 0xCCEBC5) is known color: Tea Green. HEX triplet: CC, EB and C5. RGB value is (204,235,197). Sum of RGB (Red+Green+Blue) = 204+235+197=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC5 is #33143A. Grayscale: #DDDDDD. Windows color (decimal): -3347515 or 12970956. OLE color: 12970956.

HSL color Cylindrical-coordinate representation of color #CCEBC5: hue angle of 108.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEBC5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 197 -
CMYK 0.13 0 0.16 0.08
HSL 108.95º 0.49% 0.85% -
HSV(B) 108.95º 0.16% 0.92% -
XYZ 64.69 76.29 64.14 -
YUV 221.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 204 235 197 0.13 0 0.16 0.08 108.95 0.49 0.85
Hex CC EB C5 D 0 10 8 6D 31 55
Octal 314 353 305 15 0 20 10 155 61 125
Binary 11001100 11101011 11000101 1101 0 10000 1000 1101101 110001 1010101

Color Harmonies of #CCEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBC5

Black with #CCEBC5

Text Example


Text Example

White with #CCEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBC5; }

 p { color: rgb(204,235,197); }

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

background-color css

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

 a { background-color: rgb(204,235,197); }

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

border-color css

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

 span { border-color: rgb(204,235,197); }

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