#9FFABA

Color #9FFABA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #9FFABA

Tints of Fringy Flower #9FFABA

Color information

#9FFABA (or 0x9FFABA) is unknown color: approx Fringy Flower. HEX triplet: 9F, FA and BA. RGB value is (159,250,186). Sum of RGB (Red+Green+Blue) = 159+250+186=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFABA is #600545. Grayscale: #D7D7D7. Windows color (decimal): -6292806 or 12253855. OLE color: 12253855.

HSL color Cylindrical-coordinate representation of color #9FFABA: hue angle of 137.8º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFABA is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB159250186-
CMYK0.3600.260.02
HSL137.8º90.1%80.2%-
HSV(B)137.8º36.4%98.04%-
XYZ57.3579.2958.74-
YUV215.5111.3587.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=26.72%
G=42.02%
B=31.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592501860.3600.260.02137.890.180.2
Hex9FFABA2401A28a5a50
Octal237372272440322212132120
Binary100111111111101010111010100100011010101000101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FFABA; }

 p { color: rgb(159,250,186); }

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

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

 a { background-color: rgb(159,250,186); }

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

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

 span { border-color: rgb(159,250,186); }

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