Html Css Color HEX #139183 Dark Cyan

📋 copy color: '#139183'

red 19 ◦ green 145 ◦ blue 131

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

Shades of Dark Cyan #139183

Tints of Dark Cyan #139183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

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

R = 6.44%
G = 49.15%
B = 44.41%

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

#139183 (or 0x139183) is known color: Dark Cyan. HEX triplet: 13, 91 and 83. RGB value is (19,145,131). Sum of RGB (Red+Green+Blue) = 19+145+131=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #139183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139183 is #EC6E7C. Grayscale: #696969. Windows color (decimal): -15494781 or 8622355. OLE color: 8622355.

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

Color convert

RGB 19 145 131 -
CMYK 0.87 0 0.10 0.43
HSL 173.33º 0.77% 0.32% -
HSV(B) 173.33º 0.87% 0.57% -
XYZ 14.49 22.03 24.96 -
YUV 105.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 19 145 131 0.87 0 0.10 0.43 173.33 0.77 0.32
Hex 13 91 83 57 0 A 2B AD 4D 20
Octal 23 221 203 127 0 12 53 255 115 40
Binary 10011 10010001 10000011 1010111 0 1010 101011 10101101 1001101 100000

Color Harmonies of #139183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139183

Black with #139183

Text Example


Text Example

White with #139183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139183; }

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

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

background-color css

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

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

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

border-color css

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

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

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