Html Css Color HEX #139487 Dark Cyan

📋 copy color: '#139487'

red 19 ◦ green 148 ◦ blue 135

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

Shades of Dark Cyan #139487

Tints of Dark Cyan #139487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 6.29%
G = 49.01%
B = 44.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#139487 (or 0x139487) is known color: Dark Cyan. HEX triplet: 13, 94 and 87. RGB value is (19,148,135). Sum of RGB (Red+Green+Blue) = 19+148+135=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #139487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139487 is #EC6B78. Grayscale: #6B6B6B. Windows color (decimal): -15494009 or 8885267. OLE color: 8885267.

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

Color convert

RGB 19 148 135 -
CMYK 0.87 0 0.09 0.42
HSL 173.95º 0.77% 0.33% -
HSV(B) 173.95º 0.87% 0.58% -
XYZ 15.23 23.07 26.57 -
YUV 107.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 19 148 135 0.87 0 0.09 0.42 173.95 0.77 0.33
Hex 13 94 87 57 0 9 2A AE 4D 21
Octal 23 224 207 127 0 11 52 256 115 41
Binary 10011 10010100 10000111 1010111 0 1001 101010 10101110 1001101 100001

Color Harmonies of #139487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139487

Black with #139487

Text Example


Text Example

White with #139487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139487; }

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

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

background-color css

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

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

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

border-color css

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

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

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