#9FF3BA

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

Shades of Fringy Flower #9FF3BA

Tints of Fringy Flower #9FF3BA

Color information

#9FF3BA (or 0x9FF3BA) is unknown color: approx Fringy Flower. HEX triplet: 9F, F3 and BA. RGB value is (159,243,186). Sum of RGB (Red+Green+Blue) = 159+243+186=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3BA is #600C45. Grayscale: #D3D3D3. Windows color (decimal): -6294598 or 12252063. OLE color: 12252063.

HSL color Cylindrical-coordinate representation of color #9FF3BA: hue angle of 139.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3BA is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB159243186-
CMYK0.3500.230.05
HSL139.29º77.78%78.82%-
HSV(B)139.29º34.57%95.29%-
XYZ55.2175.0258.02-
YUV211.39113.6790.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 243 (95.31% from 255) = 41.33%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=27.04%
G=41.33%
B=31.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592431860.3500.230.05139.2977.7878.82
Hex9FF3BA2301758b4e4f
Octal237363272430275213116117
Binary1001111111110011101110101000110101111011000101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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