Html Css Color HEX #139383 Dark Cyan

📋 copy color: '#139383'

red 19 ◦ green 147 ◦ blue 131

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

Shades of Dark Cyan #139383

Tints of Dark Cyan #139383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 6.4%
G = 49.49%
B = 44.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#139383 (or 0x139383) is known color: Dark Cyan. HEX triplet: 13, 93 and 83. RGB value is (19,147,131). Sum of RGB (Red+Green+Blue) = 19+147+131=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #139383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139383 is #EC6C7C. Grayscale: #6A6A6A. Windows color (decimal): -15494269 or 8622867. OLE color: 8622867.

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

Color convert

RGB 19 147 131 -
CMYK 0.87 0 0.11 0.42
HSL 172.5º 0.77% 0.33% -
HSV(B) 172.5º 0.87% 0.58% -
XYZ 14.8 22.64 25.06 -
YUV 106.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 19 147 131 0.87 0 0.11 0.42 172.5 0.77 0.33
Hex 13 93 83 57 0 B 2A AC 4D 21
Octal 23 223 203 127 0 13 52 254 115 41
Binary 10011 10010011 10000011 1010111 0 1011 101010 10101100 1001101 100001

Color Harmonies of #139383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139383

Black with #139383

Text Example


Text Example

White with #139383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139383; }

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

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

background-color css

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

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

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

border-color css

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

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

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