Html Css Color HEX #139283 Dark Cyan

📋 copy color: '#139283'

red 19 ◦ green 146 ◦ blue 131

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

Shades of Dark Cyan #139283

Tints of Dark Cyan #139283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

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

R = 6.42%
G = 49.32%
B = 44.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#139283 (or 0x139283) is known color: Dark Cyan. HEX triplet: 13, 92 and 83. RGB value is (19,146,131). Sum of RGB (Red+Green+Blue) = 19+146+131=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #139283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139283 is #EC6D7C. Grayscale: #6A6A6A. Windows color (decimal): -15494525 or 8622611. OLE color: 8622611.

HSL color Cylindrical-coordinate representation of color #139283: hue angle of 172.91º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139283 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 131 -
CMYK 0.87 0 0.10 0.43
HSL 172.91º 0.77% 0.32% -
HSV(B) 172.91º 0.87% 0.57% -
XYZ 14.64 22.33 25.01 -
YUV 106.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 19 146 131 0.87 0 0.10 0.43 172.91 0.77 0.32
Hex 13 92 83 57 0 A 2B AD 4D 20
Octal 23 222 203 127 0 12 53 255 115 40
Binary 10011 10010010 10000011 1010111 0 1010 101011 10101101 1001101 100000

Color Harmonies of #139283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139283

Black with #139283

Text Example


Text Example

White with #139283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139283; }

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

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

background-color css

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

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

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

border-color css

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

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

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