#CCFEAD

Color #CCFEAD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CCFEAD

Tints of Tea Green #CCFEAD

Color information

#CCFEAD (or 0xCCFEAD) is unknown color: approx Tea Green. HEX triplet: CC, FE and AD. RGB value is (204,254,173). Sum of RGB (Red+Green+Blue) = 204+254+173=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAD is #330152. Grayscale: #E6E6E6. Windows color (decimal): -3342675 or 11402956. OLE color: 11402956.

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

Color convert

RGB204254173-
CMYK0.2000.320.00
HSL97.04º97.59%83.73%-
HSV(B)97.04º31.89%99.61%-
XYZ67.8986.7452.7-
YUV229.8295.94109.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=32.33%
G=40.25%
B=27.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541730.2000.320.0097.0497.5983.73
HexCCFEAD140200616254
Octal314376255240400141142124
Binary1100110011111110101011011010001000000110000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEAD; }

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

 H1.HeaderClassName
 {
   color: #CCFEAD;
 }
 .AnyTagClassName
 {
   color: #CCFEAD;
 }
</style>
background-color css

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

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

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

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

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

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