Html Css Color HEX #159EAE Pelorous

📋 copy color: '#159EAE'

red 21 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #159EAE

Tints of Pelorous #159EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.76%

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

R = 5.95%
G = 44.76%
B = 49.29%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#159EAE (or 0x159EAE) is known color: Pelorous. HEX triplet: 15, 9E and AE. RGB value is (21,158,174). Sum of RGB (Red+Green+Blue) = 21+158+174=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #159EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EAE is #EA6151. Grayscale: #767676. Windows color (decimal): -15360338 or 11443733. OLE color: 11443733.

HSL color Cylindrical-coordinate representation of color #159EAE: hue angle of 186.27º 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 #159EAE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 158 174 -
CMYK 0.88 0.09 0 0.32
HSL 186.27º 0.78% 0.38% -
HSV(B) 186.27º 0.88% 0.68% -
XYZ 20.18 27.67 44.32 -
YUV 118.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 21 158 174 0.88 0.09 0 0.32 186.27 0.78 0.38
Hex 15 9E AE 58 9 0 20 BA 4E 26
Octal 25 236 256 130 11 0 40 272 116 46
Binary 10101 10011110 10101110 1011000 1001 0 100000 10111010 1001110 100110

Color Harmonies of #159EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EAE

Black with #159EAE

Text Example


Text Example

White with #159EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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