Html Css Color HEX #139385 Dark Cyan

📋 copy color: '#139385'

red 19 ◦ green 147 ◦ blue 133

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

Shades of Dark Cyan #139385

Tints of Dark Cyan #139385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 6.35%
G = 49.16%
B = 44.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#139385 (or 0x139385) is known color: Dark Cyan. HEX triplet: 13, 93 and 85. RGB value is (19,147,133). Sum of RGB (Red+Green+Blue) = 19+147+133=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #139385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139385 is #EC6C7A. Grayscale: #6B6B6B. Windows color (decimal): -15494267 or 8753939. OLE color: 8753939.

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

Color convert

RGB 19 147 133 -
CMYK 0.87 0 0.10 0.42
HSL 173.44º 0.77% 0.33% -
HSV(B) 173.44º 0.87% 0.58% -
XYZ 14.94 22.7 25.78 -
YUV 107.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 19 147 133 0.87 0 0.10 0.42 173.44 0.77 0.33
Hex 13 93 85 57 0 A 2A AD 4D 21
Octal 23 223 205 127 0 12 52 255 115 41
Binary 10011 10010011 10000101 1010111 0 1010 101010 10101101 1001101 100001

Color Harmonies of #139385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139385

Black with #139385

Text Example


Text Example

White with #139385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139385; }

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

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

background-color css

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

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

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

border-color css

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

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

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