Html Css Color HEX #CCEEC0 Tea Green

📋 copy color: '#CCEEC0'

red 204 ◦ green 238 ◦ blue 192

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

Shades of Tea Green #CCEEC0

Tints of Tea Green #CCEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

 BLUE value IS 192 (75.39% from 255) = 30.28%

R = 32.18%
G = 37.54%
B = 30.28%

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

#CCEEC0 (or 0xCCEEC0) is known color: Tea Green. HEX triplet: CC, EE and C0. RGB value is (204,238,192). Sum of RGB (Red+Green+Blue) = 204+238+192=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC0 is #33113F. Grayscale: #DEDEDE. Windows color (decimal): -3346752 or 12644044. OLE color: 12644044.

HSL color Cylindrical-coordinate representation of color #CCEEC0: hue angle of 104.35º degrees, saturation: 0.57, 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 #CCEEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 192 -
CMYK 0.14 0 0.19 0.07
HSL 104.35º 0.58% 0.84% -
HSV(B) 104.35º 0.19% 0.93% -
XYZ 64.99 77.79 61.46 -
YUV 222.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 204 238 192 0.14 0 0.19 0.07 104.35 0.58 0.84
Hex CC EE C0 E 0 13 7 68 3A 54
Octal 314 356 300 16 0 23 7 150 72 124
Binary 11001100 11101110 11000000 1110 0 10011 111 1101000 111010 1010100

Color Harmonies of #CCEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEC0

Black with #CCEEC0

Text Example


Text Example

White with #CCEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEC0; }

 p { color: rgb(204,238,192); }

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

background-color css

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

 a { background-color: rgb(204,238,192); }

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

border-color css

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

 span { border-color: rgb(204,238,192); }

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