Html Css Color HEX #118388 Dark Cyan

📋 copy color: '#118388'

red 17 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #118388

Tints of Dark Cyan #118388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 136 (53.52% from 255) = 47.89%

R = 5.99%
G = 46.13%
B = 47.89%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#118388 (or 0x118388) is known color: Dark Cyan. HEX triplet: 11, 83 and 88. RGB value is (17,131,136). Sum of RGB (Red+Green+Blue) = 17+131+136=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #118388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118388 is #EE7C77. Grayscale: #616161. Windows color (decimal): -15629432 or 8946449. OLE color: 8946449.

HSL color Cylindrical-coordinate representation of color #118388: hue angle of 182.52º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118388 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 131 136 -
CMYK 0.87 0.04 0 0.47
HSL 182.52º 0.78% 0.3% -
HSV(B) 182.52º 0.88% 0.53% -
XYZ 12.79 18.13 26.12 -
YUV 97.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 17 131 136 0.87 0.04 0 0.47 182.52 0.78 0.3
Hex 11 83 88 57 4 0 2F B7 4E 1E
Octal 21 203 210 127 4 0 57 267 116 36
Binary 10001 10000011 10001000 1010111 100 0 101111 10110111 1001110 11110

Color Harmonies of #118388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118388

Black with #118388

Text Example


Text Example

White with #118388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118388; }

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

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

background-color css

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

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

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

border-color css

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

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

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