#CCF3B3

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

Shades of Tea Green #CCF3B3

Tints of Tea Green #CCF3B3

Color information

#CCF3B3 (or 0xCCF3B3) is unknown color: approx Tea Green. HEX triplet: CC, F3 and B3. RGB value is (204,243,179). Sum of RGB (Red+Green+Blue) = 204+243+179=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3B3 is #330C4C. Grayscale: #E0E0E0. Windows color (decimal): -3345485 or 11793356. OLE color: 11793356.

HSL color Cylindrical-coordinate representation of color #CCF3B3: hue angle of 96.56º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCF3B3 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB204243179-
CMYK0.1600.260.05
HSL96.56º72.73%82.75%-
HSV(B)96.56º26.34%95.29%-
XYZ65.0980.1954.7-
YUV224.04102.58113.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 179 (70.31% from 255) = 28.59%
R=32.59%
G=38.82%
B=28.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431790.1600.260.0596.5672.7382.75
HexCCF3B31001A5614953
Octal314363263200325141111123
Binary11001100111100111011001110000011010101110000110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3B3; }

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

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

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

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

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

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

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

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