#9EF3B8

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

Shades of Fringy Flower #9EF3B8

Tints of Fringy Flower #9EF3B8

Color information

#9EF3B8 (or 0x9EF3B8) is unknown color: approx Fringy Flower. HEX triplet: 9E, F3 and B8. RGB value is (158,243,184). Sum of RGB (Red+Green+Blue) = 158+243+184=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3B8 is #610C47. Grayscale: #D3D3D3. Windows color (decimal): -6360136 or 12120990. OLE color: 12120990.

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

Color convert

RGB158243184-
CMYK0.3500.240.05
HSL138.35º77.98%78.63%-
HSV(B)138.35º34.98%95.29%-
XYZ54.874.8356.9-
YUV210.86112.8490.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 243 (95.31% from 255) = 41.54%
BLUE value IS 184 (72.27% from 255) = 31.45%
R=27.01%
G=41.54%
B=31.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431840.3500.240.05138.3577.9878.63
Hex9EF3B82301858a4e4f
Octal236363270430305212116117
Binary1001111011110011101110001000110110001011000101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,243,184); }

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

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

 a { background-color: rgb(158,243,184); }

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

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

 span { border-color: rgb(158,243,184); }

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