#CFF8BF

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

Shades of Tea Green #CFF8BF

Tints of Tea Green #CFF8BF

Color information

#CFF8BF (or 0xCFF8BF) is unknown color: approx Tea Green. HEX triplet: CF, F8 and BF. RGB value is (207,248,191). Sum of RGB (Red+Green+Blue) = 207+248+191=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8BF is #300740. Grayscale: #E5E5E5. Windows color (decimal): -3147585 or 12581071. OLE color: 12581071.

HSL color Cylindrical-coordinate representation of color #CFF8BF: hue angle of 103.16º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF8BF is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB207248191-
CMYK0.1700.230.03
HSL103.16º80.28%86.08%-
HSV(B)103.16º22.98%97.25%-
XYZ68.784.1661.91-
YUV229.24106.42112.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 248 (97.27% from 255) = 38.39%
BLUE value IS 191 (75% from 255) = 29.57%
R=32.04%
G=38.39%
B=29.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481910.1700.230.03103.1680.2886.08
HexCFF8BF110173675056
Octal317370277210273147120126
Binary1100111111111000101111111000101011111110011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8BF; }

 p { color: rgb(207,248,191); }

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

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

 a { background-color: rgb(207,248,191); }

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

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

 span { border-color: rgb(207,248,191); }

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