#9ED0BF

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

Shades of Opal #9ED0BF

Tints of Opal #9ED0BF

Color information

#9ED0BF (or 0x9ED0BF) is unknown color: approx Opal. HEX triplet: 9E, D0 and BF. RGB value is (158,208,191). Sum of RGB (Red+Green+Blue) = 158+208+191=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0BF is #612F40. Grayscale: #BFBFBF. Windows color (decimal): -6369089 or 12570782. OLE color: 12570782.

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

Color convert

RGB158208191-
CMYK0.2400.080.18
HSL159.6º34.72%71.76%-
HSV(B)159.6º24.04%81.57%-
XYZ46.0656.1457.7-
YUV191.11127.94104.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 191 (75% from 255) = 34.29%
R=28.37%
G=37.34%
B=34.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081910.2400.080.18159.634.7271.76
Hex9ED0BF180812a02348
Octal236320277300102224043110
Binary100111101101000010111111110000100010010101000001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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