#CCFFAB

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

Shades of Tea Green #CCFFAB

Tints of Tea Green #CCFFAB

Color information

#CCFFAB (or 0xCCFFAB) is unknown color: approx Tea Green. HEX triplet: CC, FF and AB. RGB value is (204,255,171). Sum of RGB (Red+Green+Blue) = 204+255+171=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAB is #330054. Grayscale: #E6E6E6. Windows color (decimal): -3342421 or 11272140. OLE color: 11272140.

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

Color convert

RGB204255171-
CMYK0.200.330
HSL96.43º100%83.53%-
HSV(B)96.43º32.94%100%-
XYZ68.0187.351.79-
YUV230.1894.6109.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=32.38%
G=40.48%
B=27.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551710.200.33096.4310083.53
HexCCFFAB140210606454
Octal314377253240410140144124
Binary1100110011111111101010111010001000010110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFAB; }

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

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

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

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

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

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

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

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