#9FF8BA

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

Shades of Fringy Flower #9FF8BA

Tints of Fringy Flower #9FF8BA

Color information

#9FF8BA (or 0x9FF8BA) is unknown color: approx Fringy Flower. HEX triplet: 9F, F8 and BA. RGB value is (159,248,186). Sum of RGB (Red+Green+Blue) = 159+248+186=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8BA is #600745. Grayscale: #D6D6D6. Windows color (decimal): -6293318 or 12253343. OLE color: 12253343.

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

Color convert

RGB159248186-
CMYK0.3600.250.03
HSL138.2º86.41%79.8%-
HSV(B)138.2º35.89%97.25%-
XYZ56.7378.0558.53-
YUV214.32112.0188.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.81%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=26.81%
G=41.82%
B=31.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592481860.3600.250.03138.286.4179.8
Hex9FF8BA2401938a5650
Octal237370272440313212126120
Binary100111111111100010111010100100011001111000101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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