#CCFFB2

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

Shades of Tea Green #CCFFB2

Tints of Tea Green #CCFFB2

Color information

#CCFFB2 (or 0xCCFFB2) is unknown color: approx Tea Green. HEX triplet: CC, FF and B2. RGB value is (204,255,178). Sum of RGB (Red+Green+Blue) = 204+255+178=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFB2 is #33004D. Grayscale: #E7E7E7. Windows color (decimal): -3342414 or 11730892. OLE color: 11730892.

HSL color Cylindrical-coordinate representation of color #CCFFB2: hue angle of 99.74º 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 #CCFFB2 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB204255178-
CMYK0.200.300
HSL99.74º100%84.9%-
HSV(B)99.74º30.2%100%-
XYZ68.787.5755.4-
YUV230.9798.1108.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 178 (69.92% from 255) = 27.94%
R=32.03%
G=40.03%
B=27.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551780.200.30099.7410084.9
HexCCFFB21401E0646455
Octal314377262240360144144125
Binary110011001111111110110010101000111100110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFB2; }

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

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

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

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

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

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

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

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