Html Css Color HEX #11888D Dark Cyan

📋 copy color: '#11888D'

red 17 ◦ green 136 ◦ blue 141

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

Shades of Dark Cyan #11888D

Tints of Dark Cyan #11888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 5.78%
G = 46.26%
B = 47.96%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11888D (or 0x11888D) is known color: Dark Cyan. HEX triplet: 11, 88 and 8D. RGB value is (17,136,141). Sum of RGB (Red+Green+Blue) = 17+136+141=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #11888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11888D is #EE7772. Grayscale: #646464. Windows color (decimal): -15628147 or 9275409. OLE color: 9275409.

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

Color convert

RGB 17 136 141 -
CMYK 0.88 0.04 0 0.45
HSL 182.42º 0.78% 0.31% -
HSV(B) 182.42º 0.88% 0.55% -
XYZ 13.84 19.65 28.26 -
YUV 100.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 17 136 141 0.88 0.04 0 0.45 182.42 0.78 0.31
Hex 11 88 8D 58 4 0 2D B6 4E 1F
Octal 21 210 215 130 4 0 55 266 116 37
Binary 10001 10001000 10001101 1011000 100 0 101101 10110110 1001110 11111

Color Harmonies of #11888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11888D

Black with #11888D

Text Example


Text Example

White with #11888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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