Html Css Color HEX #139689 Dark Cyan

📋 copy color: '#139689'

red 19 ◦ green 150 ◦ blue 137

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

Shades of Dark Cyan #139689

Tints of Dark Cyan #139689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

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

R = 6.21%
G = 49.02%
B = 44.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#139689 (or 0x139689) is known color: Dark Cyan. HEX triplet: 13, 96 and 89. RGB value is (19,150,137). Sum of RGB (Red+Green+Blue) = 19+150+137=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #139689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139689 is #EC6976. Grayscale: #6D6D6D. Windows color (decimal): -15493495 or 9016851. OLE color: 9016851.

HSL color Cylindrical-coordinate representation of color #139689: hue angle of 174.05º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139689 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 137 -
CMYK 0.87 0 0.09 0.41
HSL 174.05º 0.78% 0.33% -
HSV(B) 174.05º 0.87% 0.59% -
XYZ 15.69 23.76 27.43 -
YUV 109.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 19 150 137 0.87 0 0.09 0.41 174.05 0.78 0.33
Hex 13 96 89 57 0 9 29 AE 4E 21
Octal 23 226 211 127 0 11 51 256 116 41
Binary 10011 10010110 10001001 1010111 0 1001 101001 10101110 1001110 100001

Color Harmonies of #139689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139689

Black with #139689

Text Example


Text Example

White with #139689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139689; }

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

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

background-color css

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

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

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

border-color css

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

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

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