#9FF5BA

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

Shades of Fringy Flower #9FF5BA

Tints of Fringy Flower #9FF5BA

Color information

#9FF5BA (or 0x9FF5BA) is unknown color: approx Fringy Flower. HEX triplet: 9F, F5 and BA. RGB value is (159,245,186). Sum of RGB (Red+Green+Blue) = 159+245+186=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF5BA is #600A45. Grayscale: #D4D4D4. Windows color (decimal): -6294086 or 12252575. OLE color: 12252575.

HSL color Cylindrical-coordinate representation of color #9FF5BA: hue angle of 138.84º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF5BA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB159245186-
CMYK0.3500.240.04
HSL138.84º81.13%79.22%-
HSV(B)138.84º35.1%96.08%-
XYZ55.8176.2258.22-
YUV212.56113.0189.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=26.95%
G=41.53%
B=31.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592451860.3500.240.04138.8481.1379.22
Hex9FF5BA2301848b514f
Octal237365272430304213121117
Binary1001111111110101101110101000110110001001000101110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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