Html Css Color HEX #139289 Dark Cyan

📋 copy color: '#139289'

red 19 ◦ green 146 ◦ blue 137

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

Shades of Dark Cyan #139289

Tints of Dark Cyan #139289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

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

R = 6.29%
G = 48.34%
B = 45.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#139289 (or 0x139289) is known color: Dark Cyan. HEX triplet: 13, 92 and 89. RGB value is (19,146,137). Sum of RGB (Red+Green+Blue) = 19+146+137=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #139289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139289 is #EC6D76. Grayscale: #6A6A6A. Windows color (decimal): -15494519 or 9015827. OLE color: 9015827.

HSL color Cylindrical-coordinate representation of color #139289: hue angle of 175.75º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139289 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 137 -
CMYK 0.87 0 0.06 0.43
HSL 175.75º 0.77% 0.32% -
HSV(B) 175.75º 0.87% 0.57% -
XYZ 15.06 22.5 27.22 -
YUV 107 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 19 146 137 0.87 0 0.06 0.43 175.75 0.77 0.32
Hex 13 92 89 57 0 6 2B B0 4D 20
Octal 23 222 211 127 0 6 53 260 115 40
Binary 10011 10010010 10001001 1010111 0 110 101011 10110000 1001101 100000

Color Harmonies of #139289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139289

Black with #139289

Text Example


Text Example

White with #139289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139289; }

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

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

background-color css

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

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

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

border-color css

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

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

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