Html Css Color HEX #9ED1BE Opal

📋 copy color: '#9ED1BE'

red 158 ◦ green 209 ◦ blue 190

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

Shades of Opal #9ED1BE

Tints of Opal #9ED1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 28.37%
G = 37.52%
B = 34.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#9ED1BE (or 0x9ED1BE) is known color: Opal. HEX triplet: 9E, D1 and BE. RGB value is (158,209,190). Sum of RGB (Red+Green+Blue) = 158+209+190=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1BE is #612E41. Grayscale: #BFBFBF. Windows color (decimal): -6368834 or 12505502. OLE color: 12505502.

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

Color convert

RGB 158 209 190 -
CMYK 0.24 0 0.09 0.18
HSL 157.65º 0.36% 0.72% -
HSV(B) 157.65º 0.24% 0.82% -
XYZ 46.2 56.59 57.2 -
YUV 191.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 158 209 190 0.24 0 0.09 0.18 157.65 0.36 0.72
Hex 9E D1 BE 18 0 9 12 9E 24 48
Octal 236 321 276 30 0 11 22 236 44 110
Binary 10011110 11010001 10111110 11000 0 1001 10010 10011110 100100 1001000

Color Harmonies of #9ED1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED1BE

Black with #9ED1BE

Text Example


Text Example

White with #9ED1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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