#118890

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

Shades of Dark Cyan #118890

Tints of Dark Cyan #118890

Color information

#118890 (or 0x118890) is unknown color: approx Dark Cyan. HEX triplet: 11, 88 and 90. RGB value is (17,136,144). Sum of RGB (Red+Green+Blue) = 17+136+144=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #118890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118890 is #EE776F. Grayscale: #656565. Windows color (decimal): -15628144 or 9472017. OLE color: 9472017.

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

Color convert

RGB17136144-
CMYK0.880.0600.44
HSL183.78º78.88%31.57%-
HSV(B)183.78º88.19%56.47%-
XYZ14.0719.7429.45-
YUV101.33152.0867.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=5.72%
G=45.79%
B=48.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171361440.880.0600.44183.7878.8831.57
Hex11889058602Cb84f20
Octal21210220130605427011740
Binary10001100010001001000010110001100101100101110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118890; }

 p { color: rgb(17,136,144); }

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

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

 a { background-color: rgb(17,136,144); }

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

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

 span { border-color: rgb(17,136,144); }

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