#CCFFB3

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

Shades of Tea Green #CCFFB3

Tints of Tea Green #CCFFB3

Color information

#CCFFB3 (or 0xCCFFB3) is unknown color: approx Tea Green. HEX triplet: CC, FF and B3. RGB value is (204,255,179). Sum of RGB (Red+Green+Blue) = 204+255+179=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFB3 is #33004C. Grayscale: #E7E7E7. Windows color (decimal): -3342413 or 11796428. OLE color: 11796428.

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

Color convert

RGB204255179-
CMYK0.200.300
HSL100.26º100%85.1%-
HSV(B)100.26º29.8%100%-
XYZ68.887.6155.93-
YUV231.0998.6108.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 179 (70.31% from 255) = 28.06%
R=31.97%
G=39.97%
B=28.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551790.200.300100.2610085.1
HexCCFFB31401E0646455
Octal314377263240360144144125
Binary110011001111111110110011101000111100110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFB3; }

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

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

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

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

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

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

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

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