#CFFBAF

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

Shades of Tea Green #CFFBAF

Tints of Tea Green #CFFBAF

Color information

#CFFBAF (or 0xCFFBAF) is unknown color: approx Tea Green. HEX triplet: CF, FB and AF. RGB value is (207,251,175). Sum of RGB (Red+Green+Blue) = 207+251+175=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBAF is #300450. Grayscale: #E5E5E5. Windows color (decimal): -3146833 or 11533263. OLE color: 11533263.

HSL color Cylindrical-coordinate representation of color #CFFBAF: hue angle of 94.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFBAF is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB207251175-
CMYK0.1800.300.02
HSL94.74º90.48%83.53%-
HSV(B)94.74º30.28%98.43%-
XYZ67.9785.3553.45-
YUV229.1897.42112.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=32.70%
G=39.65%
B=27.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511750.1800.300.0294.7490.4883.53
HexCFFBAF1201E25f5a54
Octal317373257220362137132124
Binary1100111111111011101011111001001111010101111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBAF; }

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

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

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

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

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

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

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

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