#CCFEAB

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

Shades of Tea Green #CCFEAB

Tints of Tea Green #CCFEAB

Color information

#CCFEAB (or 0xCCFEAB) is unknown color: approx Tea Green. HEX triplet: CC, FE and AB. RGB value is (204,254,171). Sum of RGB (Red+Green+Blue) = 204+254+171=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAB is #330154. Grayscale: #E5E5E5. Windows color (decimal): -3342677 or 11271884. OLE color: 11271884.

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

Color convert

RGB204254171-
CMYK0.2000.330.00
HSL96.14º97.65%83.33%-
HSV(B)96.14º32.68%99.61%-
XYZ67.6986.6651.69-
YUV229.5994.94109.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=32.43%
G=40.38%
B=27.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541710.2000.330.0096.1497.6583.33
HexCCFEAB140210606253
Octal314376253240410140142123
Binary1100110011111110101010111010001000010110000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEAB; }

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

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

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

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

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

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

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

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