Html Css Color HEX #159DAE Pelorous

📋 copy color: '#159DAE'

red 21 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #159DAE

Tints of Pelorous #159DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 5.97%
G = 44.6%
B = 49.43%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#159DAE (or 0x159DAE) is known color: Pelorous. HEX triplet: 15, 9D and AE. RGB value is (21,157,174). Sum of RGB (Red+Green+Blue) = 21+157+174=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #159DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DAE is #EA6251. Grayscale: #767676. Windows color (decimal): -15360594 or 11443477. OLE color: 11443477.

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

Color convert

RGB 21 157 174 -
CMYK 0.88 0.10 0 0.32
HSL 186.67º 0.78% 0.38% -
HSV(B) 186.67º 0.88% 0.68% -
XYZ 20.01 27.33 44.27 -
YUV 118.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 21 157 174 0.88 0.10 0 0.32 186.67 0.78 0.38
Hex 15 9D AE 58 A 0 20 BB 4E 26
Octal 25 235 256 130 12 0 40 273 116 46
Binary 10101 10011101 10101110 1011000 1010 0 100000 10111011 1001110 100110

Color Harmonies of #159DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DAE

Black with #159DAE

Text Example


Text Example

White with #159DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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