Html Css Color HEX #159387 Dark Cyan

📋 copy color: '#159387'

red 21 ◦ green 147 ◦ blue 135

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

Shades of Dark Cyan #159387

Tints of Dark Cyan #159387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 6.93%
G = 48.51%
B = 44.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#159387 (or 0x159387) is known color: Dark Cyan. HEX triplet: 15, 93 and 87. RGB value is (21,147,135). Sum of RGB (Red+Green+Blue) = 21+147+135=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #159387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159387 is #EA6C78. Grayscale: #6B6B6B. Windows color (decimal): -15363193 or 8885013. OLE color: 8885013.

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

Color convert

RGB 21 147 135 -
CMYK 0.86 0 0.08 0.42
HSL 174.29º 0.75% 0.33% -
HSV(B) 174.29º 0.86% 0.58% -
XYZ 15.12 22.78 26.52 -
YUV 107.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 21 147 135 0.86 0 0.08 0.42 174.29 0.75 0.33
Hex 15 93 87 56 0 8 2A AE 4B 21
Octal 25 223 207 126 0 10 52 256 113 41
Binary 10101 10010011 10000111 1010110 0 1000 101010 10101110 1001011 100001

Color Harmonies of #159387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159387

Black with #159387

Text Example


Text Example

White with #159387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159387; }

 p { color: rgb(21,147,135); }

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

background-color css

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

 a { background-color: rgb(21,147,135); }

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

border-color css

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

 span { border-color: rgb(21,147,135); }

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