#9ed1bf

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

Shades of Opal #9ED1BF

Tints of Opal #9ED1BF

Color information

#9ED1BF (or 0x9ED1BF) is unknown color: approx Opal. HEX triplet: 9E, D1 and BF. RGB value is (158,209,191). Sum of RGB (Red+Green+Blue) = 158+209+191=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1BF is #612E40. Grayscale: #BFBFBF. Windows color (decimal): -6368833 or 12571038. OLE color: 12571038.

HSL color Cylindrical-coordinate representation of color #9ED1BF: hue angle of 158.82º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED1BF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB158209191-
CMYK0.2400.090.18
HSL158.82º35.66%71.96%-
HSV(B)158.82º24.4%81.96%-
XYZ46.356.6357.78-
YUV191.7127.6103.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 191 (75% from 255) = 34.23%
R=28.32%
G=37.46%
B=34.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091910.2400.090.18158.8235.6671.96
Hex9ED1BF1809129f2448
Octal236321277300112223744110
Binary100111101101000110111111110000100110010100111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ed1bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,209,191); }

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

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

 a { background-color: rgb(158,209,191); }

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

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

 span { border-color: rgb(158,209,191); }

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