Html Css Color HEX #119585 Dark Cyan

📋 copy color: '#119585'

red 17 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #119585

Tints of Dark Cyan #119585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 5.69%
G = 49.83%
B = 44.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#119585 (or 0x119585) is known color: Dark Cyan. HEX triplet: 11, 95 and 85. RGB value is (17,149,133). Sum of RGB (Red+Green+Blue) = 17+149+133=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #119585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119585 is #EE6A7A. Grayscale: #6B6B6B. Windows color (decimal): -15624827 or 8754449. OLE color: 8754449.

HSL color Cylindrical-coordinate representation of color #119585: hue angle of 172.73º 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 #119585 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 133 -
CMYK 0.89 0 0.11 0.42
HSL 172.73º 0.8% 0.33% -
HSV(B) 172.73º 0.89% 0.58% -
XYZ 15.21 23.31 25.89 -
YUV 107.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 17 149 133 0.89 0 0.11 0.42 172.73 0.8 0.33
Hex 11 95 85 59 0 B 2A AD 50 21
Octal 21 225 205 131 0 13 52 255 120 41
Binary 10001 10010101 10000101 1011001 0 1011 101010 10101101 1010000 100001

Color Harmonies of #119585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119585

Black with #119585

Text Example


Text Example

White with #119585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119585; }

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

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

background-color css

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

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

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

border-color css

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

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

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