Html Css Color HEX #139086 Dark Cyan

📋 copy color: '#139086'

red 19 ◦ green 144 ◦ blue 134

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

Shades of Dark Cyan #139086

Tints of Dark Cyan #139086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 6.4%
G = 48.48%
B = 45.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#139086 (or 0x139086) is known color: Dark Cyan. HEX triplet: 13, 90 and 86. RGB value is (19,144,134). Sum of RGB (Red+Green+Blue) = 19+144+134=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #139086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139086 is #EC6F79. Grayscale: #696969. Windows color (decimal): -15495034 or 8818707. OLE color: 8818707.

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

Color convert

RGB 19 144 134 -
CMYK 0.87 0 0.07 0.44
HSL 175.2º 0.77% 0.32% -
HSV(B) 175.2º 0.87% 0.56% -
XYZ 14.54 21.81 26 -
YUV 105.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 19 144 134 0.87 0 0.07 0.44 175.2 0.77 0.32
Hex 13 90 86 57 0 7 2C AF 4D 20
Octal 23 220 206 127 0 7 54 257 115 40
Binary 10011 10010000 10000110 1010111 0 111 101100 10101111 1001101 100000

Color Harmonies of #139086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139086

Black with #139086

Text Example


Text Example

White with #139086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139086; }

 p { color: rgb(19,144,134); }

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

background-color css

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

 a { background-color: rgb(19,144,134); }

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

border-color css

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

 span { border-color: rgb(19,144,134); }

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