Html Css Color HEX #CCFEC0 Tea Green

📋 copy color: '#CCFEC0'

red 204 ◦ green 254 ◦ blue 192

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

Shades of Tea Green #CCFEC0

Tints of Tea Green #CCFEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

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

R = 31.38%
G = 39.08%
B = 29.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#CCFEC0 (or 0xCCFEC0) is known color: Tea Green. HEX triplet: CC, FE and C0. RGB value is (204,254,192). Sum of RGB (Red+Green+Blue) = 204+254+192=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC0 is #33013F. Grayscale: #E8E8E8. Windows color (decimal): -3342656 or 12648140. OLE color: 12648140.

HSL color Cylindrical-coordinate representation of color #CCFEC0: hue angle of 108.39º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 254 192 -
CMYK 0.20 0 0.24 0.00
HSL 108.39º 0.97% 0.87% -
HSV(B) 108.39º 0.24% 1% -
XYZ 69.86 87.53 63.08 -
YUV 231.98 105.44 108.04 -
System Red Green Blue C M Y K H S L
Decimal 204 254 192 0.20 0 0.24 0.00 108.39 0.97 0.87
Hex CC FE C0 14 0 18 0 6C 61 57
Octal 314 376 300 24 0 30 0 154 141 127
Binary 11001100 11111110 11000000 10100 0 11000 0 1101100 1100001 1010111

Color Harmonies of #CCFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEC0

Black with #CCFEC0

Text Example


Text Example

White with #CCFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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