#CCFCB3

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

Shades of Tea Green #CCFCB3

Tints of Tea Green #CCFCB3

Color information

#CCFCB3 (or 0xCCFCB3) is unknown color: approx Tea Green. HEX triplet: CC, FC and B3. RGB value is (204,252,179). Sum of RGB (Red+Green+Blue) = 204+252+179=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCB3 is #33034C. Grayscale: #E5E5E5. Windows color (decimal): -3343181 or 11795660. OLE color: 11795660.

HSL color Cylindrical-coordinate representation of color #CCFCB3: hue angle of 99.45º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCFCB3 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB204252179-
CMYK0.1900.290.01
HSL99.45º92.41%84.51%-
HSV(B)99.45º28.97%98.82%-
XYZ67.8585.7155.62-
YUV229.3399.6109.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=32.13%
G=39.69%
B=28.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521790.1900.290.0199.4592.4184.51
HexCCFCB31301D1635c55
Octal314374263230351143134125
Binary110011001111110010110011100110111011110001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCB3; }

 p { color: rgb(204,252,179); }

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

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

 a { background-color: rgb(204,252,179); }

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

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

 span { border-color: rgb(204,252,179); }

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