Html Css Color HEX #159EAC Pelorous

📋 copy color: '#159EAC'

red 21 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #159EAC

Tints of Pelorous #159EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 5.98%
G = 45.01%
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

#159EAC (or 0x159EAC) is known color: Pelorous. HEX triplet: 15, 9E and AC. RGB value is (21,158,172). Sum of RGB (Red+Green+Blue) = 21+158+172=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #159EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EAC is #EA6153. Grayscale: #767676. Windows color (decimal): -15360340 or 11312661. OLE color: 11312661.

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

Color convert

RGB 21 158 172 -
CMYK 0.88 0.08 0 0.33
HSL 185.56º 0.78% 0.38% -
HSV(B) 185.56º 0.88% 0.67% -
XYZ 19.98 27.59 43.3 -
YUV 118.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 21 158 172 0.88 0.08 0 0.33 185.56 0.78 0.38
Hex 15 9E AC 58 8 0 21 BA 4E 26
Octal 25 236 254 130 10 0 41 272 116 46
Binary 10101 10011110 10101100 1011000 1000 0 100001 10111010 1001110 100110

Color Harmonies of #159EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EAC

Black with #159EAC

Text Example


Text Example

White with #159EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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