Html Css Color HEX #159184 Dark Cyan

📋 copy color: '#159184'

red 21 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #159184

Tints of Dark Cyan #159184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 7.05%
G = 48.66%
B = 44.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#159184 (or 0x159184) is known color: Dark Cyan. HEX triplet: 15, 91 and 84. RGB value is (21,145,132). Sum of RGB (Red+Green+Blue) = 21+145+132=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #159184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159184 is #EA6E7B. Grayscale: #6A6A6A. Windows color (decimal): -15363708 or 8687893. OLE color: 8687893.

HSL color Cylindrical-coordinate representation of color #159184: hue angle of 173.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159184 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 145 132 -
CMYK 0.86 0 0.09 0.43
HSL 173.71º 0.75% 0.33% -
HSV(B) 173.71º 0.86% 0.57% -
XYZ 14.6 22.08 25.32 -
YUV 106.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 21 145 132 0.86 0 0.09 0.43 173.71 0.75 0.33
Hex 15 91 84 56 0 9 2B AE 4B 21
Octal 25 221 204 126 0 11 53 256 113 41
Binary 10101 10010001 10000100 1010110 0 1001 101011 10101110 1001011 100001

Color Harmonies of #159184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159184

Black with #159184

Text Example


Text Example

White with #159184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159184; }

 p { color: rgb(21,145,132); }

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

background-color css

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

 a { background-color: rgb(21,145,132); }

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

border-color css

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

 span { border-color: rgb(21,145,132); }

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