Html Css Color HEX #159083 Dark Cyan

📋 copy color: '#159083'

red 21 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #159083

Tints of Dark Cyan #159083

RGB

 RED value IS 21 (8.59% from 255) = 7.09%

 GREEN value IS 144 (56.64% from 255) = 48.65%

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

R = 7.09%
G = 48.65%
B = 44.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#159083 (or 0x159083) is known color: Dark Cyan. HEX triplet: 15, 90 and 83. RGB value is (21,144,131). Sum of RGB (Red+Green+Blue) = 21+144+131=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #159083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159083 is #EA6F7C. Grayscale: #696969. Windows color (decimal): -15363965 or 8622101. OLE color: 8622101.

HSL color Cylindrical-coordinate representation of color #159083: hue angle of 173.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159083 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 131 -
CMYK 0.85 0 0.09 0.44
HSL 173.66º 0.75% 0.32% -
HSV(B) 173.66º 0.85% 0.56% -
XYZ 14.38 21.74 24.91 -
YUV 105.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 21 144 131 0.85 0 0.09 0.44 173.66 0.75 0.32
Hex 15 90 83 55 0 9 2C AE 4B 20
Octal 25 220 203 125 0 11 54 256 113 40
Binary 10101 10010000 10000011 1010101 0 1001 101100 10101110 1001011 100000

Color Harmonies of #159083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159083

Black with #159083

Text Example


Text Example

White with #159083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159083; }

 p { color: rgb(21,144,131); }

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

background-color css

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

 a { background-color: rgb(21,144,131); }

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

border-color css

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

 span { border-color: rgb(21,144,131); }

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