Html Css Color HEX #118289 Dark Cyan

📋 copy color: '#118289'

red 17 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #118289

Tints of Dark Cyan #118289

RGB

 RED value IS 17 (7.03% from 255) = 5.99%

 GREEN value IS 130 (51.17% from 255) = 45.77%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 5.99%
G = 45.77%
B = 48.24%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#118289 (or 0x118289) is known color: Dark Cyan. HEX triplet: 11, 82 and 89. RGB value is (17,130,137). Sum of RGB (Red+Green+Blue) = 17+130+137=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #118289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118289 is #EE7D76. Grayscale: #606060. Windows color (decimal): -15629687 or 9011729. OLE color: 9011729.

HSL color Cylindrical-coordinate representation of color #118289: hue angle of 183.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118289 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 130 137 -
CMYK 0.88 0.05 0 0.46
HSL 183.5º 0.78% 0.3% -
HSV(B) 183.5º 0.88% 0.54% -
XYZ 12.73 17.89 26.45 -
YUV 97.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 17 130 137 0.88 0.05 0 0.46 183.5 0.78 0.3
Hex 11 82 89 58 5 0 2E B8 4E 1E
Octal 21 202 211 130 5 0 56 270 116 36
Binary 10001 10000010 10001001 1011000 101 0 101110 10111000 1001110 11110

Color Harmonies of #118289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118289

Black with #118289

Text Example


Text Example

White with #118289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118289; }

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

 H1.HeaderClassName
 {
   color: #118289;
 }
 .AnyTagClassName
 {
   color: #118289;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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