Html Css Color HEX #159DAB Pelorous

📋 copy color: '#159DAB'

red 21 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #159DAB

Tints of Pelorous #159DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 6.02%
G = 44.99%
B = 49%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159DAB (or 0x159DAB) is known color: Pelorous. HEX triplet: 15, 9D and AB. RGB value is (21,157,171). Sum of RGB (Red+Green+Blue) = 21+157+171=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #159DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DAB is #EA6254. Grayscale: #757575. Windows color (decimal): -15360597 or 11246869. OLE color: 11246869.

HSL color Cylindrical-coordinate representation of color #159DAB: hue angle of 185.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DAB is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 157 171 -
CMYK 0.88 0.08 0 0.33
HSL 185.6º 0.78% 0.38% -
HSV(B) 185.6º 0.88% 0.67% -
XYZ 19.72 27.21 42.74 -
YUV 117.93 157.94 58.86 -
System Red Green Blue C M Y K H S L
Decimal 21 157 171 0.88 0.08 0 0.33 185.6 0.78 0.38
Hex 15 9D AB 58 8 0 21 BA 4E 26
Octal 25 235 253 130 10 0 41 272 116 46
Binary 10101 10011101 10101011 1011000 1000 0 100001 10111010 1001110 100110

Color Harmonies of #159DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DAB

Black with #159DAB

Text Example


Text Example

White with #159DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159DAB; }

 p { color: rgb(21,157,171); }

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

background-color css

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

 a { background-color: rgb(21,157,171); }

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

border-color css

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

 span { border-color: rgb(21,157,171); }

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