Html Css Color HEX #9EF2BA Fringy Flower

📋 copy color: '#9EF2BA'

red 158 ◦ green 242 ◦ blue 186

#9EF2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #9EF2BA

Tints of Fringy Flower #9EF2BA

RGB

 RED value IS 158 (62.11% from 255) = 26.96%

 GREEN value IS 242 (94.92% from 255) = 41.3%

 BLUE value IS 186 (73.05% from 255) = 31.74%

R = 26.96%
G = 41.3%
B = 31.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#9EF2BA (or 0x9EF2BA) is known color: Fringy Flower. HEX triplet: 9E, F2 and BA. RGB value is (158,242,186). Sum of RGB (Red+Green+Blue) = 158+242+186=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2BA is #610D45. Grayscale: #D2D2D2. Windows color (decimal): -6360390 or 12251806. OLE color: 12251806.

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

Color convert

RGB 158 242 186 -
CMYK 0.35 0 0.23 0.05
HSL 140º 0.76% 0.78% -
HSV(B) 140º 0.35% 0.95% -
XYZ 54.72 74.32 57.92 -
YUV 210.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 158 242 186 0.35 0 0.23 0.05 140 0.76 0.78
Hex 9E F2 BA 23 0 17 5 8C 4C 4E
Octal 236 362 272 43 0 27 5 214 114 116
Binary 10011110 11110010 10111010 100011 0 10111 101 10001100 1001100 1001110

Color Harmonies of #9EF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2BA

Black with #9EF2BA

Text Example


Text Example

White with #9EF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EF2BA;
 }
 .AnyTagClassName
 {
   color: #9EF2BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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