#CFFBB2

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

Shades of Tea Green #CFFBB2

Tints of Tea Green #CFFBB2

Color information

#CFFBB2 (or 0xCFFBB2) is unknown color: approx Tea Green. HEX triplet: CF, FB and B2. RGB value is (207,251,178). Sum of RGB (Red+Green+Blue) = 207+251+178=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBB2 is #30044D. Grayscale: #E5E5E5. Windows color (decimal): -3146830 or 11729871. OLE color: 11729871.

HSL color Cylindrical-coordinate representation of color #CFFBB2: hue angle of 96.16º degrees, saturation: 0.9, 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 #CFFBB2 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB207251178-
CMYK0.1800.290.02
HSL96.16º90.12%84.12%-
HSV(B)96.16º29.08%98.43%-
XYZ68.2785.4755.02-
YUV229.5298.92111.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=32.55%
G=39.47%
B=27.99%

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
Decimal2072511780.1800.290.0296.1690.1284.12
HexCFFBB21201D2605a54
Octal317373262220352140132124
Binary1100111111111011101100101001001110110110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBB2; }

 p { color: rgb(207,251,178); }

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

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

 a { background-color: rgb(207,251,178); }

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

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

 span { border-color: rgb(207,251,178); }

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