Html Css Color HEX #139788 Dark Cyan

📋 copy color: '#139788'

red 19 ◦ green 151 ◦ blue 136

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

Shades of Dark Cyan #139788

Tints of Dark Cyan #139788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

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

R = 6.21%
G = 49.35%
B = 44.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#139788 (or 0x139788) is known color: Dark Cyan. HEX triplet: 13, 97 and 88. RGB value is (19,151,136). Sum of RGB (Red+Green+Blue) = 19+151+136=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #139788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139788 is #EC6877. Grayscale: #6D6D6D. Windows color (decimal): -15493240 or 8951571. OLE color: 8951571.

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

Color convert

RGB 19 151 136 -
CMYK 0.87 0 0.10 0.41
HSL 173.18º 0.78% 0.33% -
HSV(B) 173.18º 0.87% 0.59% -
XYZ 15.78 24.05 27.1 -
YUV 109.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 19 151 136 0.87 0 0.10 0.41 173.18 0.78 0.33
Hex 13 97 88 57 0 A 29 AD 4E 21
Octal 23 227 210 127 0 12 51 255 116 41
Binary 10011 10010111 10001000 1010111 0 1010 101001 10101101 1001110 100001

Color Harmonies of #139788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139788

Black with #139788

Text Example


Text Example

White with #139788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139788; }

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

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

background-color css

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

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

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

border-color css

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

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

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