Html Css Color HEX #15A0AB Pelorous

📋 copy color: '#15A0AB'

red 21 ◦ green 160 ◦ blue 171

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

Shades of Pelorous #15A0AB

Tints of Pelorous #15A0AB

RGB

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

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

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

R = 5.97%
G = 45.45%
B = 48.58%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#15A0AB (or 0x15A0AB) is known color: Pelorous. HEX triplet: 15, A0 and AB. RGB value is (21,160,171). Sum of RGB (Red+Green+Blue) = 21+160+171=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #15A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A0AB is #EA5F54. Grayscale: #777777. Windows color (decimal): -15359829 or 11247637. OLE color: 11247637.

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

Color convert

RGB 21 160 171 -
CMYK 0.88 0.06 0 0.33
HSL 184.4º 0.78% 0.38% -
HSV(B) 184.4º 0.88% 0.67% -
XYZ 20.23 28.24 42.91 -
YUV 119.69 156.95 57.61 -
System Red Green Blue C M Y K H S L
Decimal 21 160 171 0.88 0.06 0 0.33 184.4 0.78 0.38
Hex 15 A0 AB 58 6 0 21 B8 4E 26
Octal 25 240 253 130 6 0 41 270 116 46
Binary 10101 10100000 10101011 1011000 110 0 100001 10111000 1001110 100110

Color Harmonies of #15A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0AB

Black with #15A0AB

Text Example


Text Example

White with #15A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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