#9ED1C1

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

Shades of Opal #9ED1C1

Tints of Opal #9ED1C1

Color information

#9ED1C1 (or 0x9ED1C1) is unknown color: approx Opal. HEX triplet: 9E, D1 and C1. RGB value is (158,209,193). Sum of RGB (Red+Green+Blue) = 158+209+193=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED1C1 is #612E3E. Grayscale: #BFBFBF. Windows color (decimal): -6368831 or 12702110. OLE color: 12702110.

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

Color convert

RGB158209193-
CMYK0.2400.080.18
HSL161.18º35.66%71.96%-
HSV(B)161.18º24.4%81.96%-
XYZ46.5356.7258.95-
YUV191.93128.6103.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=28.21%
G=37.32%
B=34.46%

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
Decimal1582091930.2400.080.18161.1835.6671.96
Hex9ED1C1180812a12448
Octal236321301300102224144110
Binary100111101101000111000001110000100010010101000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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