Html Css Color HEX #139589 Dark Cyan

📋 copy color: '#139589'

red 19 ◦ green 149 ◦ blue 137

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

Shades of Dark Cyan #139589

Tints of Dark Cyan #139589

RGB

 RED value IS 19 (7.81% from 255) = 6.23%

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

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 6.23%
G = 48.85%
B = 44.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#139589 (or 0x139589) is known color: Dark Cyan. HEX triplet: 13, 95 and 89. RGB value is (19,149,137). Sum of RGB (Red+Green+Blue) = 19+149+137=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #139589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139589 is #EC6A76. Grayscale: #6C6C6C. Windows color (decimal): -15493751 or 9016595. OLE color: 9016595.

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

Color convert

RGB 19 149 137 -
CMYK 0.87 0 0.08 0.42
HSL 174.46º 0.77% 0.33% -
HSV(B) 174.46º 0.87% 0.58% -
XYZ 15.53 23.44 27.37 -
YUV 108.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 19 149 137 0.87 0 0.08 0.42 174.46 0.77 0.33
Hex 13 95 89 57 0 8 2A AE 4D 21
Octal 23 225 211 127 0 10 52 256 115 41
Binary 10011 10010101 10001001 1010111 0 1000 101010 10101110 1001101 100001

Color Harmonies of #139589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139589

Black with #139589

Text Example


Text Example

White with #139589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139589; }

 p { color: rgb(19,149,137); }

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

background-color css

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

 a { background-color: rgb(19,149,137); }

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

border-color css

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

 span { border-color: rgb(19,149,137); }

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