Html Css Color HEX #11808B Dark Cyan

📋 copy color: '#11808B'

red 17 ◦ green 128 ◦ blue 139

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

Shades of Dark Cyan #11808B

Tints of Dark Cyan #11808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 5.99%
G = 45.07%
B = 48.94%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11808B (or 0x11808B) is known color: Dark Cyan. HEX triplet: 11, 80 and 8B. RGB value is (17,128,139). Sum of RGB (Red+Green+Blue) = 17+128+139=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #11808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11808B is #EE7F74. Grayscale: #5F5F5F. Windows color (decimal): -15630197 or 9142289. OLE color: 9142289.

HSL color Cylindrical-coordinate representation of color #11808B: hue angle of 185.41º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11808B is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 128 139 -
CMYK 0.88 0.08 0 0.45
HSL 185.41º 0.78% 0.31% -
HSV(B) 185.41º 0.88% 0.55% -
XYZ 12.61 17.42 27.12 -
YUV 96.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 17 128 139 0.88 0.08 0 0.45 185.41 0.78 0.31
Hex 11 80 8B 58 8 0 2D B9 4E 1F
Octal 21 200 213 130 10 0 55 271 116 37
Binary 10001 10000000 10001011 1011000 1000 0 101101 10111001 1001110 11111

Color Harmonies of #11808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11808B

Black with #11808B

Text Example


Text Example

White with #11808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11808B; }

 p { color: rgb(17,128,139); }

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

background-color css

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

 a { background-color: rgb(17,128,139); }

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

border-color css

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

 span { border-color: rgb(17,128,139); }

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