#11928A

Color #11928A Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #11928A

Tints of Dark Cyan #11928A

Color information

#11928A (or 0x11928A) is unknown color: approx Dark Cyan. HEX triplet: 11, 92 and 8A. RGB value is (17,146,138). Sum of RGB (Red+Green+Blue) = 17+146+138=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #11928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11928A is #EE6D75. Grayscale: #6A6A6A. Windows color (decimal): -15625590 or 9081361. OLE color: 9081361.

HSL color Cylindrical-coordinate representation of color #11928A: hue angle of 176.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11928A is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB17146138-
CMYK0.8800.050.43
HSL176.28º79.14%31.96%-
HSV(B)176.28º88.36%57.25%-
XYZ15.122.5127.59-
YUV106.52145.7664.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=5.65%
G=48.50%
B=45.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461380.8800.050.43176.2879.1431.96
Hex11928A58052Bb04f20
Octal21222212130055326011740
Binary10001100100101000101010110000101101011101100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11928A; }

 p { color: rgb(17,146,138); }

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

<style>
 a { background-color: #11928A; }

 a { background-color: rgb(17,146,138); }

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

<style>
 span { border-color: #11928A; }

 span { border-color: rgb(17,146,138); }

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