Html Css Color HEX #139483 Dark Cyan

📋 copy color: '#139483'

red 19 ◦ green 148 ◦ blue 131

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

Shades of Dark Cyan #139483

Tints of Dark Cyan #139483

RGB

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

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

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

R = 6.38%
G = 49.66%
B = 43.96%

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

#139483 (or 0x139483) is known color: Dark Cyan. HEX triplet: 13, 94 and 83. RGB value is (19,148,131). Sum of RGB (Red+Green+Blue) = 19+148+131=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #139483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139483 is #EC6B7C. Grayscale: #6B6B6B. Windows color (decimal): -15494013 or 8623123. OLE color: 8623123.

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

Color convert

RGB 19 148 131 -
CMYK 0.87 0 0.11 0.42
HSL 172.09º 0.77% 0.33% -
HSV(B) 172.09º 0.87% 0.58% -
XYZ 14.96 22.96 25.12 -
YUV 107.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 19 148 131 0.87 0 0.11 0.42 172.09 0.77 0.33
Hex 13 94 83 57 0 B 2A AC 4D 21
Octal 23 224 203 127 0 13 52 254 115 41
Binary 10011 10010100 10000011 1010111 0 1011 101010 10101100 1001101 100001

Color Harmonies of #139483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139483

Black with #139483

Text Example


Text Example

White with #139483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139483; }

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

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

background-color css

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

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

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

border-color css

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

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

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