Html Css Color HEX #11818A Dark Cyan

📋 copy color: '#11818A'

red 17 ◦ green 129 ◦ blue 138

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

Shades of Dark Cyan #11818A

Tints of Dark Cyan #11818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 5.99%
G = 45.42%
B = 48.59%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11818A (or 0x11818A) is known color: Dark Cyan. HEX triplet: 11, 81 and 8A. RGB value is (17,129,138). Sum of RGB (Red+Green+Blue) = 17+129+138=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #11818A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11818A is #EE7E75. Grayscale: #606060. Windows color (decimal): -15629942 or 9077009. OLE color: 9077009.

HSL color Cylindrical-coordinate representation of color #11818A: hue angle of 184.46º 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 #11818A is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 129 138 -
CMYK 0.88 0.07 0 0.46
HSL 184.46º 0.78% 0.3% -
HSV(B) 184.46º 0.88% 0.54% -
XYZ 12.67 17.65 26.78 -
YUV 96.54 151.39 71.27 -
System Red Green Blue C M Y K H S L
Decimal 17 129 138 0.88 0.07 0 0.46 184.46 0.78 0.3
Hex 11 81 8A 58 7 0 2E B8 4E 1E
Octal 21 201 212 130 7 0 56 270 116 36
Binary 10001 10000001 10001010 1011000 111 0 101110 10111000 1001110 11110

Color Harmonies of #11818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11818A

Black with #11818A

Text Example


Text Example

White with #11818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11818A; }

 p { color: rgb(17,129,138); }

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

background-color css

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

 a { background-color: rgb(17,129,138); }

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

border-color css

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

 span { border-color: rgb(17,129,138); }

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