Html Css Color HEX #11988D Dark Cyan

📋 copy color: '#11988D'

red 17 ◦ green 152 ◦ blue 141

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

Shades of Dark Cyan #11988D

Tints of Dark Cyan #11988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

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

R = 5.48%
G = 49.03%
B = 45.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#11988D (or 0x11988D) is known color: Dark Cyan. HEX triplet: 11, 98 and 8D. RGB value is (17,152,141). Sum of RGB (Red+Green+Blue) = 17+152+141=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #11988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11988D is #EE6772. Grayscale: #6E6E6E. Windows color (decimal): -15624051 or 9279505. OLE color: 9279505.

HSL color Cylindrical-coordinate representation of color #11988D: hue angle of 175.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11988D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 141 -
CMYK 0.89 0 0.07 0.40
HSL 175.11º 0.8% 0.33% -
HSV(B) 175.11º 0.89% 0.6% -
XYZ 16.27 24.5 29.07 -
YUV 110.38 145.27 61.39 -
System Red Green Blue C M Y K H S L
Decimal 17 152 141 0.89 0 0.07 0.40 175.11 0.8 0.33
Hex 11 98 8D 59 0 7 28 AF 50 21
Octal 21 230 215 131 0 7 50 257 120 41
Binary 10001 10011000 10001101 1011001 0 111 101000 10101111 1010000 100001

Color Harmonies of #11988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11988D

Black with #11988D

Text Example


Text Example

White with #11988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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