Html Css Color HEX #139389 Dark Cyan

📋 copy color: '#139389'

red 19 ◦ green 147 ◦ blue 137

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

Shades of Dark Cyan #139389

Tints of Dark Cyan #139389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

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

R = 6.27%
G = 48.51%
B = 45.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#139389 (or 0x139389) is known color: Dark Cyan. HEX triplet: 13, 93 and 89. RGB value is (19,147,137). Sum of RGB (Red+Green+Blue) = 19+147+137=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #139389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139389 is #EC6C76. Grayscale: #6B6B6B. Windows color (decimal): -15494263 or 9016083. OLE color: 9016083.

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

Color convert

RGB 19 147 137 -
CMYK 0.87 0 0.07 0.42
HSL 175.31º 0.77% 0.33% -
HSV(B) 175.31º 0.87% 0.58% -
XYZ 15.22 22.81 27.27 -
YUV 107.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 19 147 137 0.87 0 0.07 0.42 175.31 0.77 0.33
Hex 13 93 89 57 0 7 2A AF 4D 21
Octal 23 223 211 127 0 7 52 257 115 41
Binary 10011 10010011 10001001 1010111 0 111 101010 10101111 1001101 100001

Color Harmonies of #139389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139389

Black with #139389

Text Example


Text Example

White with #139389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139389; }

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

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

background-color css

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

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

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

border-color css

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

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

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