#CCFABE

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

Shades of Tea Green #CCFABE

Tints of Tea Green #CCFABE

Color information

#CCFABE (or 0xCCFABE) is unknown color: approx Tea Green. HEX triplet: CC, FA and BE. RGB value is (204,250,190). Sum of RGB (Red+Green+Blue) = 204+250+190=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFABE is #330541. Grayscale: #E5E5E5. Windows color (decimal): -3343682 or 12516044. OLE color: 12516044.

HSL color Cylindrical-coordinate representation of color #CCFABE: hue angle of 106º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFABE is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB204250190-
CMYK0.1800.240.02
HSL106º85.71%86.27%-
HSV(B)106º24%98.04%-
XYZ68.3884.9361.5-
YUV229.41105.76109.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=31.68%
G=38.82%
B=29.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501900.1800.240.0210685.7186.27
HexCCFABE1201826a5656
Octal314372276220302152126126
Binary1100110011111010101111101001001100010110101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFABE; }

 p { color: rgb(204,250,190); }

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

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

 a { background-color: rgb(204,250,190); }

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

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

 span { border-color: rgb(204,250,190); }

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