#CCFEAC

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

Shades of Tea Green #CCFEAC

Tints of Tea Green #CCFEAC

Color information

#CCFEAC (or 0xCCFEAC) is unknown color: approx Tea Green. HEX triplet: CC, FE and AC. RGB value is (204,254,172). Sum of RGB (Red+Green+Blue) = 204+254+172=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAC is #330153. Grayscale: #E5E5E5. Windows color (decimal): -3342676 or 11337420. OLE color: 11337420.

HSL color Cylindrical-coordinate representation of color #CCFEAC: hue angle of 96.59º 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 #CCFEAC is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB204254172-
CMYK0.2000.320.00
HSL96.59º97.62%83.53%-
HSV(B)96.59º32.28%99.61%-
XYZ67.7986.752.19-
YUV229.795.44109.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=32.38%
G=40.32%
B=27.30%

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
Decimal2042541720.2000.320.0096.5997.6283.53
HexCCFEAC140200616254
Octal314376254240400141142124
Binary1100110011111110101011001010001000000110000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEAC; }

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

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

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

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

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

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

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

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