#11988E

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

Shades of Dark Cyan #11988E

Tints of Dark Cyan #11988E

Color information

#11988E (or 0x11988E) is unknown color: approx Dark Cyan. HEX triplet: 11, 98 and 8E. RGB value is (17,152,142). Sum of RGB (Red+Green+Blue) = 17+152+142=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #11988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11988E is #EE6771. Grayscale: #6E6E6E. Windows color (decimal): -15624050 or 9345041. OLE color: 9345041.

HSL color Cylindrical-coordinate representation of color #11988E: hue angle of 175.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11988E is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB17152142-
CMYK0.8900.070.40
HSL175.56º79.88%33.14%-
HSV(B)175.56º88.82%59.61%-
XYZ16.3424.5329.46-
YUV110.49145.7761.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=5.47%
G=48.87%
B=45.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171521420.8900.070.40175.5679.8833.14
Hex11988E590728b05021
Octal21230216131075026012041
Binary10001100110001000111010110010111101000101100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11988E; }

 p { color: rgb(17,152,142); }

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

<style>
 a { background-color: #11988E; }

 a { background-color: rgb(17,152,142); }

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

<style>
 span { border-color: #11988E; }

 span { border-color: rgb(17,152,142); }

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