Html Css Color HEX #118890 Dark Cyan

📋 copy color: '#118890'

red 17 ◦ green 136 ◦ blue 144

#118890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #118890

Tints of Dark Cyan #118890

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 value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#118890 (or 0x118890) is known color: 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

RGB 17 136 144 -
CMYK 0.88 0.06 0 0.44
HSL 183.78º 0.79% 0.32% -
HSV(B) 183.78º 0.88% 0.56% -
XYZ 14.07 19.74 29.45 -
YUV 101.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 17 136 144 0.88 0.06 0 0.44 183.78 0.79 0.32
Hex 11 88 90 58 6 0 2C B8 4F 20
Octal 21 210 220 130 6 0 54 270 117 40
Binary 10001 10001000 10010000 1011000 110 0 101100 10111000 1001111 100000

Color Harmonies of #118890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118890

Black with #118890

Text Example


Text Example

White with #118890

Text Example


Text Example

HTML Codes & Css Web 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>