Html Css Color HEX #11888C Dark Cyan

📋 copy color: '#11888C'

red 17 ◦ green 136 ◦ blue 140

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

Shades of Dark Cyan #11888C

Tints of Dark Cyan #11888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 5.8%
G = 46.42%
B = 47.78%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11888C (or 0x11888C) is known color: Dark Cyan. HEX triplet: 11, 88 and 8C. RGB value is (17,136,140). Sum of RGB (Red+Green+Blue) = 17+136+140=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #11888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11888C is #EE7773. Grayscale: #646464. Windows color (decimal): -15628148 or 9209873. OLE color: 9209873.

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

Color convert

RGB 17 136 140 -
CMYK 0.88 0.03 0 0.45
HSL 181.95º 0.78% 0.31% -
HSV(B) 181.95º 0.88% 0.55% -
XYZ 13.77 19.62 27.87 -
YUV 100.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 17 136 140 0.88 0.03 0 0.45 181.95 0.78 0.31
Hex 11 88 8C 58 3 0 2D B6 4E 1F
Octal 21 210 214 130 3 0 55 266 116 37
Binary 10001 10001000 10001100 1011000 11 0 101101 10110110 1001110 11111

Color Harmonies of #11888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11888C

Black with #11888C

Text Example


Text Example

White with #11888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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