Html Css Color HEX #11888A Dark Cyan

📋 copy color: '#11888A'

red 17 ◦ green 136 ◦ blue 138

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

Shades of Dark Cyan #11888A

Tints of Dark Cyan #11888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

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

R = 5.84%
G = 46.74%
B = 47.42%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11888A (or 0x11888A) is known color: Dark Cyan. HEX triplet: 11, 88 and 8A. RGB value is (17,136,138). Sum of RGB (Red+Green+Blue) = 17+136+138=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #11888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11888A is #EE7775. Grayscale: #646464. Windows color (decimal): -15628150 or 9078801. OLE color: 9078801.

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

Color convert

RGB 17 136 138 -
CMYK 0.88 0.01 0 0.46
HSL 180.99º 0.78% 0.3% -
HSV(B) 180.99º 0.88% 0.54% -
XYZ 13.62 19.56 27.1 -
YUV 100.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 17 136 138 0.88 0.01 0 0.46 180.99 0.78 0.3
Hex 11 88 8A 58 1 0 2E B5 4E 1E
Octal 21 210 212 130 1 0 56 265 116 36
Binary 10001 10001000 10001010 1011000 1 0 101110 10110101 1001110 11110

Color Harmonies of #11888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11888A

Black with #11888A

Text Example


Text Example

White with #11888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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