Html Css Color HEX #15A1AC Pelorous

📋 copy color: '#15A1AC'

red 21 ◦ green 161 ◦ blue 172

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

Shades of Pelorous #15A1AC

Tints of Pelorous #15A1AC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

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

R = 5.93%
G = 45.48%
B = 48.59%

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

#15A1AC (or 0x15A1AC) is known color: Pelorous. HEX triplet: 15, A1 and AC. RGB value is (21,161,172). Sum of RGB (Red+Green+Blue) = 21+161+172=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #15A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A1AC is #EA5E53. Grayscale: #787878. Windows color (decimal): -15359572 or 11313429. OLE color: 11313429.

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

Color convert

RGB 21 161 172 -
CMYK 0.88 0.06 0 0.33
HSL 184.37º 0.78% 0.38% -
HSV(B) 184.37º 0.88% 0.67% -
XYZ 20.5 28.63 43.47 -
YUV 120.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 21 161 172 0.88 0.06 0 0.33 184.37 0.78 0.38
Hex 15 A1 AC 58 6 0 21 B8 4E 26
Octal 25 241 254 130 6 0 41 270 116 46
Binary 10101 10100001 10101100 1011000 110 0 100001 10111000 1001110 100110

Color Harmonies of #15A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A1AC

Black with #15A1AC

Text Example


Text Example

White with #15A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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