#CCFAB1

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

Shades of Tea Green #CCFAB1

Tints of Tea Green #CCFAB1

Color information

#CCFAB1 (or 0xCCFAB1) is unknown color: approx Tea Green. HEX triplet: CC, FA and B1. RGB value is (204,250,177). Sum of RGB (Red+Green+Blue) = 204+250+177=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAB1 is #33054E. Grayscale: #E4E4E4. Windows color (decimal): -3343695 or 11664076. OLE color: 11664076.

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

Color convert

RGB204250177-
CMYK0.1800.290.02
HSL97.81º87.95%83.73%-
HSV(B)97.81º29.2%98.04%-
XYZ67.0284.3854.35-
YUV227.9299.26110.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=32.33%
G=39.62%
B=28.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501770.1800.290.0297.8187.9583.73
HexCCFAB11201D2625854
Octal314372261220352142130124
Binary1100110011111010101100011001001110110110001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAB1; }

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

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

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

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

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

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

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

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