Html Css Color HEX #9ED2C0 Opal

📋 copy color: '#9ED2C0'

red 158 ◦ green 210 ◦ blue 192

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

Shades of Opal #9ED2C0

Tints of Opal #9ED2C0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.5%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 28.21%
G = 37.5%
B = 34.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#9ED2C0 (or 0x9ED2C0) is known color: Opal. HEX triplet: 9E, D2 and C0. RGB value is (158,210,192). Sum of RGB (Red+Green+Blue) = 158+210+192=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2C0 is #612D3F. Grayscale: #C0C0C0. Windows color (decimal): -6368576 or 12636830. OLE color: 12636830.

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

Color convert

RGB 158 210 192 -
CMYK 0.25 0 0.09 0.18
HSL 159.23º 0.37% 0.72% -
HSV(B) 159.23º 0.25% 0.82% -
XYZ 46.66 57.17 58.44 -
YUV 192.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 158 210 192 0.25 0 0.09 0.18 159.23 0.37 0.72
Hex 9E D2 C0 19 0 9 12 9F 25 48
Octal 236 322 300 31 0 11 22 237 45 110
Binary 10011110 11010010 11000000 11001 0 1001 10010 10011111 100101 1001000

Color Harmonies of #9ED2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2C0

Black with #9ED2C0

Text Example


Text Example

White with #9ED2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,192); }

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

background-color css

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

 a { background-color: rgb(158,210,192); }

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

border-color css

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

 span { border-color: rgb(158,210,192); }

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