Html Css Color HEX #139585 Dark Cyan

📋 copy color: '#139585'

red 19 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #139585

Tints of Dark Cyan #139585

RGB

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

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

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

R = 6.31%
G = 49.5%
B = 44.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#139585 (or 0x139585) is known color: Dark Cyan. HEX triplet: 13, 95 and 85. RGB value is (19,149,133). Sum of RGB (Red+Green+Blue) = 19+149+133=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #139585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139585 is #EC6A7A. Grayscale: #6C6C6C. Windows color (decimal): -15493755 or 8754451. OLE color: 8754451.

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

Color convert

RGB 19 149 133 -
CMYK 0.87 0 0.11 0.42
HSL 172.62º 0.77% 0.33% -
HSV(B) 172.62º 0.87% 0.58% -
XYZ 15.25 23.33 25.89 -
YUV 108.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 19 149 133 0.87 0 0.11 0.42 172.62 0.77 0.33
Hex 13 95 85 57 0 B 2A AD 4D 21
Octal 23 225 205 127 0 13 52 255 115 41
Binary 10011 10010101 10000101 1010111 0 1011 101010 10101101 1001101 100001

Color Harmonies of #139585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139585

Black with #139585

Text Example


Text Example

White with #139585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139585; }

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

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

background-color css

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

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

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

border-color css

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

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

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