Html Css Color HEX #11988C Dark Cyan

📋 copy color: '#11988C'

red 17 ◦ green 152 ◦ blue 140

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

Shades of Dark Cyan #11988C

Tints of Dark Cyan #11988C

RGB

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

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

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

R = 5.5%
G = 49.19%
B = 45.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#11988C (or 0x11988C) is known color: Dark Cyan. HEX triplet: 11, 98 and 8C. RGB value is (17,152,140). Sum of RGB (Red+Green+Blue) = 17+152+140=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #11988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11988C is #EE6773. Grayscale: #6E6E6E. Windows color (decimal): -15624052 or 9213969. OLE color: 9213969.

HSL color Cylindrical-coordinate representation of color #11988C: hue angle of 174.67º 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 #11988C is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 140 -
CMYK 0.89 0 0.08 0.40
HSL 174.67º 0.8% 0.33% -
HSV(B) 174.67º 0.89% 0.6% -
XYZ 16.19 24.47 28.68 -
YUV 110.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 17 152 140 0.89 0 0.08 0.40 174.67 0.8 0.33
Hex 11 98 8C 59 0 8 28 AF 50 21
Octal 21 230 214 131 0 10 50 257 120 41
Binary 10001 10011000 10001100 1011001 0 1000 101000 10101111 1010000 100001

Color Harmonies of #11988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11988C

Black with #11988C

Text Example


Text Example

White with #11988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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