Html Css Color HEX #11978C Dark Cyan

📋 copy color: '#11978C'

red 17 ◦ green 151 ◦ blue 140

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

Shades of Dark Cyan #11978C

Tints of Dark Cyan #11978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

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

R = 5.52%
G = 49.03%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#11978C (or 0x11978C) is known color: Dark Cyan. HEX triplet: 11, 97 and 8C. RGB value is (17,151,140). Sum of RGB (Red+Green+Blue) = 17+151+140=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #11978C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11978C is #EE6873. Grayscale: #6D6D6D. Windows color (decimal): -15624308 or 9213713. OLE color: 9213713.

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

Color convert

RGB 17 151 140 -
CMYK 0.89 0 0.07 0.41
HSL 175.07º 0.8% 0.33% -
HSV(B) 175.07º 0.89% 0.59% -
XYZ 16.03 24.15 28.63 -
YUV 109.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 17 151 140 0.89 0 0.07 0.41 175.07 0.8 0.33
Hex 11 97 8C 59 0 7 29 AF 50 21
Octal 21 227 214 131 0 7 51 257 120 41
Binary 10001 10010111 10001100 1011001 0 111 101001 10101111 1010000 100001

Color Harmonies of #11978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11978C

Black with #11978C

Text Example


Text Example

White with #11978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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