Html Css Color HEX #119591 Dark Cyan

📋 copy color: '#119591'

red 17 ◦ green 149 ◦ blue 145

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

Shades of Dark Cyan #119591

Tints of Dark Cyan #119591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 5.47%
G = 47.91%
B = 46.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#119591 (or 0x119591) is known color: Dark Cyan. HEX triplet: 11, 95 and 91. RGB value is (17,149,145). Sum of RGB (Red+Green+Blue) = 17+149+145=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #119591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119591 is #EE6A6E. Grayscale: #6C6C6C. Windows color (decimal): -15624815 or 9540881. OLE color: 9540881.

HSL color Cylindrical-coordinate representation of color #119591: hue angle of 178.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119591 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 145 -
CMYK 0.89 0 0.03 0.42
HSL 178.18º 0.8% 0.33% -
HSV(B) 178.18º 0.89% 0.58% -
XYZ 16.09 23.66 30.51 -
YUV 109.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 17 149 145 0.89 0 0.03 0.42 178.18 0.8 0.33
Hex 11 95 91 59 0 3 2A B2 50 21
Octal 21 225 221 131 0 3 52 262 120 41
Binary 10001 10010101 10010001 1011001 0 11 101010 10110010 1010000 100001

Color Harmonies of #119591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119591

Black with #119591

Text Example


Text Example

White with #119591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119591; }

 p { color: rgb(17,149,145); }

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

background-color css

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

 a { background-color: rgb(17,149,145); }

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

border-color css

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

 span { border-color: rgb(17,149,145); }

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