Html Css Color HEX #139388 Dark Cyan

📋 copy color: '#139388'

red 19 ◦ green 147 ◦ blue 136

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

Shades of Dark Cyan #139388

Tints of Dark Cyan #139388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 6.29%
G = 48.68%
B = 45.03%

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

#139388 (or 0x139388) is known color: Dark Cyan. HEX triplet: 13, 93 and 88. RGB value is (19,147,136). Sum of RGB (Red+Green+Blue) = 19+147+136=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #139388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139388 is #EC6C77. Grayscale: #6B6B6B. Windows color (decimal): -15494264 or 8950547. OLE color: 8950547.

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

Color convert

RGB 19 147 136 -
CMYK 0.87 0 0.07 0.42
HSL 174.84º 0.77% 0.33% -
HSV(B) 174.84º 0.87% 0.58% -
XYZ 15.15 22.78 26.89 -
YUV 107.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 19 147 136 0.87 0 0.07 0.42 174.84 0.77 0.33
Hex 13 93 88 57 0 7 2A AF 4D 21
Octal 23 223 210 127 0 7 52 257 115 41
Binary 10011 10010011 10001000 1010111 0 111 101010 10101111 1001101 100001

Color Harmonies of #139388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139388

Black with #139388

Text Example


Text Example

White with #139388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139388; }

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

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

background-color css

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

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

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

border-color css

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

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

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