#11898F

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

Shades of Dark Cyan #11898F

Tints of Dark Cyan #11898F

Color information

#11898F (or 0x11898F) is unknown color: approx Dark Cyan. HEX triplet: 11, 89 and 8F. RGB value is (17,137,143). Sum of RGB (Red+Green+Blue) = 17+137+143=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #11898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11898F is #EE7670. Grayscale: #656565. Windows color (decimal): -15627889 or 9406737. OLE color: 9406737.

HSL color Cylindrical-coordinate representation of color #11898F: hue angle of 182.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11898F is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17137143-
CMYK0.880.0400.44
HSL182.86º78.75%31.37%-
HSV(B)182.86º88.11%56.08%-
XYZ14.1319.9929.1-
YUV101.8151.2467.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=5.72%
G=46.13%
B=48.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171371430.880.0400.44182.8678.7531.37
Hex11898F58402Cb74f1f
Octal21211217130405426711737
Binary1000110001001100011111011000100010110010110111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11898F; }

 p { color: rgb(17,137,143); }

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

<style>
 a { background-color: #11898F; }

 a { background-color: rgb(17,137,143); }

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

<style>
 span { border-color: #11898F; }

 span { border-color: rgb(17,137,143); }

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