Html Css Color HEX #11988A Dark Cyan

📋 copy color: '#11988A'

red 17 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #11988A

Tints of Dark Cyan #11988A

RGB

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

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

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

R = 5.54%
G = 49.51%
B = 44.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#11988A (or 0x11988A) is known color: Dark Cyan. HEX triplet: 11, 98 and 8A. RGB value is (17,152,138). Sum of RGB (Red+Green+Blue) = 17+152+138=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #11988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11988A is #EE6775. Grayscale: #6D6D6D. Windows color (decimal): -15624054 or 9082897. OLE color: 9082897.

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

Color convert

RGB 17 152 138 -
CMYK 0.89 0 0.09 0.40
HSL 173.78º 0.8% 0.33% -
HSV(B) 173.78º 0.89% 0.6% -
XYZ 16.05 24.41 27.91 -
YUV 110.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 17 152 138 0.89 0 0.09 0.40 173.78 0.8 0.33
Hex 11 98 8A 59 0 9 28 AE 50 21
Octal 21 230 212 131 0 11 50 256 120 41
Binary 10001 10011000 10001010 1011001 0 1001 101000 10101110 1010000 100001

Color Harmonies of #11988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11988A

Black with #11988A

Text Example


Text Example

White with #11988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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