#9ED4C4

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

Shades of Opal #9ED4C4

Tints of Opal #9ED4C4

Color information

#9ED4C4 (or 0x9ED4C4) is unknown color: approx Opal. HEX triplet: 9E, D4 and C4. RGB value is (158,212,196). Sum of RGB (Red+Green+Blue) = 158+212+196=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED4C4 is #612B3B. Grayscale: #C2C2C2. Windows color (decimal): -6368060 or 12899486. OLE color: 12899486.

HSL color Cylindrical-coordinate representation of color #9ED4C4: hue angle of 162.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4C4 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB158212196-
CMYK0.2500.080.17
HSL162.22º38.57%72.55%-
HSV(B)162.22º25.47%83.14%-
XYZ47.6158.3460.98-
YUV194.03129.11102.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.92%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 196 (76.95% from 255) = 34.63%
R=27.92%
G=37.46%
B=34.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121960.2500.080.17162.2238.5772.55
Hex9ED4C4190811a22749
Octal236324304310102124247111
Binary100111101101010011000100110010100010001101000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,196); }

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

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

 a { background-color: rgb(158,212,196); }

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

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

 span { border-color: rgb(158,212,196); }

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