Html Css Color HEX #139489 Dark Cyan

📋 copy color: '#139489'

red 19 ◦ green 148 ◦ blue 137

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

Shades of Dark Cyan #139489

Tints of Dark Cyan #139489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

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

R = 6.25%
G = 48.68%
B = 45.07%

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

#139489 (or 0x139489) is known color: Dark Cyan. HEX triplet: 13, 94 and 89. RGB value is (19,148,137). Sum of RGB (Red+Green+Blue) = 19+148+137=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #139489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139489 is #EC6B76. Grayscale: #6C6C6C. Windows color (decimal): -15494007 or 9016339. OLE color: 9016339.

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

Color convert

RGB 19 148 137 -
CMYK 0.87 0 0.07 0.42
HSL 174.88º 0.77% 0.33% -
HSV(B) 174.88º 0.87% 0.58% -
XYZ 15.37 23.12 27.32 -
YUV 108.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 19 148 137 0.87 0 0.07 0.42 174.88 0.77 0.33
Hex 13 94 89 57 0 7 2A AF 4D 21
Octal 23 224 211 127 0 7 52 257 115 41
Binary 10011 10010100 10001001 1010111 0 111 101010 10101111 1001101 100001

Color Harmonies of #139489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139489

Black with #139489

Text Example


Text Example

White with #139489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139489; }

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

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

background-color css

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

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

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

border-color css

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

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

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