Html Css Color HEX #11978A Dark Cyan

📋 copy color: '#11978A'

red 17 ◦ green 151 ◦ blue 138

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

Shades of Dark Cyan #11978A

Tints of Dark Cyan #11978A

RGB

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

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

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

R = 5.56%
G = 49.35%
B = 45.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#11978A (or 0x11978A) is known color: Dark Cyan. HEX triplet: 11, 97 and 8A. RGB value is (17,151,138). Sum of RGB (Red+Green+Blue) = 17+151+138=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #11978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11978A is #EE6875. Grayscale: #6D6D6D. Windows color (decimal): -15624310 or 9082641. OLE color: 9082641.

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

Color convert

RGB 17 151 138 -
CMYK 0.89 0 0.09 0.41
HSL 174.18º 0.8% 0.33% -
HSV(B) 174.18º 0.89% 0.59% -
XYZ 15.89 24.09 27.86 -
YUV 109.45 144.11 62.06 -
System Red Green Blue C M Y K H S L
Decimal 17 151 138 0.89 0 0.09 0.41 174.18 0.8 0.33
Hex 11 97 8A 59 0 9 29 AE 50 21
Octal 21 227 212 131 0 11 51 256 120 41
Binary 10001 10010111 10001010 1011001 0 1001 101001 10101110 1010000 100001

Color Harmonies of #11978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11978A

Black with #11978A

Text Example


Text Example

White with #11978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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