Html Css Color HEX #15A0B1 Pelorous

📋 copy color: '#15A0B1'

red 21 ◦ green 160 ◦ blue 177

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

Shades of Pelorous #15A0B1

Tints of Pelorous #15A0B1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.69%

 BLUE value IS 177 (69.53% from 255) = 49.44%

R = 5.87%
G = 44.69%
B = 49.44%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#15A0B1 (or 0x15A0B1) is known color: Pelorous. HEX triplet: 15, A0 and B1. RGB value is (21,160,177). Sum of RGB (Red+Green+Blue) = 21+160+177=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #15A0B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A0B1 is #EA5F4E. Grayscale: #787878. Windows color (decimal): -15359823 or 11640853. OLE color: 11640853.

HSL color Cylindrical-coordinate representation of color #15A0B1: hue angle of 186.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A0B1 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 160 177 -
CMYK 0.88 0.10 0 0.31
HSL 186.54º 0.79% 0.39% -
HSV(B) 186.54º 0.88% 0.69% -
XYZ 20.82 28.48 45.99 -
YUV 120.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 21 160 177 0.88 0.10 0 0.31 186.54 0.79 0.39
Hex 15 A0 B1 58 A 0 1F BB 4F 27
Octal 25 240 261 130 12 0 37 273 117 47
Binary 10101 10100000 10110001 1011000 1010 0 11111 10111011 1001111 100111

Color Harmonies of #15A0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0B1

Black with #15A0B1

Text Example


Text Example

White with #15A0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A0B1; }

 p { color: rgb(21,160,177); }

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

background-color css

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

 a { background-color: rgb(21,160,177); }

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

border-color css

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

 span { border-color: rgb(21,160,177); }

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