#9EF4BA

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

Shades of Fringy Flower #9EF4BA

Tints of Fringy Flower #9EF4BA

Color information

#9EF4BA (or 0x9EF4BA) is unknown color: approx Fringy Flower. HEX triplet: 9E, F4 and BA. RGB value is (158,244,186). Sum of RGB (Red+Green+Blue) = 158+244+186=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF4BA is #610B45. Grayscale: #D3D3D3. Windows color (decimal): -6359878 or 12252318. OLE color: 12252318.

HSL color Cylindrical-coordinate representation of color #9EF4BA: hue angle of 139.53º degrees, saturation: 0.8, 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 #9EF4BA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB158244186-
CMYK0.3500.240.04
HSL139.53º79.63%78.82%-
HSV(B)139.53º35.25%95.69%-
XYZ55.3175.5258.11-
YUV211.67113.5189.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 244 (95.70% from 255) = 41.50%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=26.87%
G=41.50%
B=31.63%

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
Decimal1582441860.3500.240.04139.5379.6378.82
Hex9EF4BA2301848c504f
Octal236364272430304214120117
Binary1001111011110100101110101000110110001001000110010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,244,186); }

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

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

 a { background-color: rgb(158,244,186); }

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

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

 span { border-color: rgb(158,244,186); }

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