#CFFFBB

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

Shades of Tea Green #CFFFBB

Tints of Tea Green #CFFFBB

Color information

#CFFFBB (or 0xCFFFBB) is unknown color: approx Tea Green. HEX triplet: CF, FF and BB. RGB value is (207,255,187). Sum of RGB (Red+Green+Blue) = 207+255+187=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBB is #300044. Grayscale: #E9E9E9. Windows color (decimal): -3145797 or 12320719. OLE color: 12320719.

HSL color Cylindrical-coordinate representation of color #CFFFBB: hue angle of 102.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFFFBB is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB207255187-
CMYK0.1900.270
HSL102.35º100%86.67%-
HSV(B)102.35º26.67%100%-
XYZ70.4688.3760.36-
YUV232.9102.1109.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=31.90%
G=39.29%
B=28.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551870.1900.270102.3510086.67
HexCFFFBB1301B0666457
Octal317377273230330146144127
Binary110011111111111110111011100110110110110011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFBB; }

 p { color: rgb(207,255,187); }

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

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

 a { background-color: rgb(207,255,187); }

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

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

 span { border-color: rgb(207,255,187); }

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