Html Css Color HEX #139688 Dark Cyan

📋 copy color: '#139688'

red 19 ◦ green 150 ◦ blue 136

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

Shades of Dark Cyan #139688

Tints of Dark Cyan #139688

RGB

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

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

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

R = 6.23%
G = 49.18%
B = 44.59%

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

#139688 (or 0x139688) is known color: Dark Cyan. HEX triplet: 13, 96 and 88. RGB value is (19,150,136). Sum of RGB (Red+Green+Blue) = 19+150+136=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #139688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139688 is #EC6977. Grayscale: #6D6D6D. Windows color (decimal): -15493496 or 8951315. OLE color: 8951315.

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

Color convert

RGB 19 150 136 -
CMYK 0.87 0 0.09 0.41
HSL 173.59º 0.78% 0.33% -
HSV(B) 173.59º 0.87% 0.59% -
XYZ 15.62 23.73 27.05 -
YUV 109.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 19 150 136 0.87 0 0.09 0.41 173.59 0.78 0.33
Hex 13 96 88 57 0 9 29 AE 4E 21
Octal 23 226 210 127 0 11 51 256 116 41
Binary 10011 10010110 10001000 1010111 0 1001 101001 10101110 1001110 100001

Color Harmonies of #139688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139688

Black with #139688

Text Example


Text Example

White with #139688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139688; }

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

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

background-color css

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

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

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

border-color css

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

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

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