#9DC6C2

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

Shades of Opal #9DC6C2

Tints of Opal #9DC6C2

Color information

#9DC6C2 (or 0x9DC6C2) is unknown color: approx Opal. HEX triplet: 9D, C6 and C2. RGB value is (157,198,194). Sum of RGB (Red+Green+Blue) = 157+198+194=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6C2 is #62393D. Grayscale: #B9B9B9. Windows color (decimal): -6437182 or 12764829. OLE color: 12764829.

HSL color Cylindrical-coordinate representation of color #9DC6C2: hue angle of 174.15º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC6C2 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB157198194-
CMYK0.2100.020.22
HSL174.15º26.45%69.61%-
HSV(B)174.15º20.71%77.65%-
XYZ43.8451.4558.66-
YUV185.28132.92107.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=28.60%
G=36.07%
B=35.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981940.2100.020.22174.1526.4569.61
Hex9DC6C2150216ae1a46
Octal23530630225022625632106
Binary100111011100011011000010101010101011010101110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,194); }

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

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

 a { background-color: rgb(157,198,194); }

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

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

 span { border-color: rgb(157,198,194); }

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