#CFF7BA

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

Shades of Tea Green #CFF7BA

Tints of Tea Green #CFF7BA

Color information

#CFF7BA (or 0xCFF7BA) is unknown color: approx Tea Green. HEX triplet: CF, F7 and BA. RGB value is (207,247,186). Sum of RGB (Red+Green+Blue) = 207+247+186=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7BA is #300845. Grayscale: #E4E4E4. Windows color (decimal): -3147846 or 12253135. OLE color: 12253135.

HSL color Cylindrical-coordinate representation of color #CFF7BA: hue angle of 99.34º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFF7BA is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB207247186-
CMYK0.1600.250.03
HSL99.34º79.22%84.9%-
HSV(B)99.34º24.7%96.86%-
XYZ67.8683.3358.96-
YUV228.09104.25112.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 247 (96.88% from 255) = 38.59%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=32.34%
G=38.59%
B=29.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471860.1600.250.0399.3479.2284.9
HexCFF7BA100193634f55
Octal317367272200313143117125
Binary1100111111110111101110101000001100111110001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7BA; }

 p { color: rgb(207,247,186); }

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

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

 a { background-color: rgb(207,247,186); }

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

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

 span { border-color: rgb(207,247,186); }

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