Html Css Color HEX #15A2AF Pelorous

📋 copy color: '#15A2AF'

red 21 ◦ green 162 ◦ blue 175

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

Shades of Pelorous #15A2AF

Tints of Pelorous #15A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.25%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 5.87%
G = 45.25%
B = 48.88%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#15A2AF (or 0x15A2AF) is known color: Pelorous. HEX triplet: 15, A2 and AF. RGB value is (21,162,175). Sum of RGB (Red+Green+Blue) = 21+162+175=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #15A2AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A2AF is #EA5D50. Grayscale: #797979. Windows color (decimal): -15359313 or 11510293. OLE color: 11510293.

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

Color convert

RGB 21 162 175 -
CMYK 0.88 0.07 0 0.31
HSL 185.06º 0.79% 0.38% -
HSV(B) 185.06º 0.88% 0.69% -
XYZ 20.97 29.1 45.07 -
YUV 121.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 21 162 175 0.88 0.07 0 0.31 185.06 0.79 0.38
Hex 15 A2 AF 58 7 0 1F B9 4F 26
Octal 25 242 257 130 7 0 37 271 117 46
Binary 10101 10100010 10101111 1011000 111 0 11111 10111001 1001111 100110

Color Harmonies of #15A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2AF

Black with #15A2AF

Text Example


Text Example

White with #15A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,162,175); }

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

background-color css

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

 a { background-color: rgb(21,162,175); }

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

border-color css

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

 span { border-color: rgb(21,162,175); }

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