Html Css Color HEX #15A6BA Pelorous

📋 copy color: '#15A6BA'

red 21 ◦ green 166 ◦ blue 186

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

Shades of Pelorous #15A6BA

Tints of Pelorous #15A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 5.63%
G = 44.5%
B = 49.87%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#15A6BA (or 0x15A6BA) is known color: Pelorous. HEX triplet: 15, A6 and BA. RGB value is (21,166,186). Sum of RGB (Red+Green+Blue) = 21+166+186=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #15A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6BA is #EA5945. Grayscale: #7C7C7C. Windows color (decimal): -15358278 or 12232213. OLE color: 12232213.

HSL color Cylindrical-coordinate representation of color #15A6BA: hue angle of 187.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A6BA is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 166 186 -
CMYK 0.89 0.11 0 0.27
HSL 187.27º 0.8% 0.41% -
HSV(B) 187.27º 0.89% 0.73% -
XYZ 22.81 30.98 51.23 -
YUV 124.93 162.46 53.87 -
System Red Green Blue C M Y K H S L
Decimal 21 166 186 0.89 0.11 0 0.27 187.27 0.8 0.41
Hex 15 A6 BA 59 B 0 1B BB 50 29
Octal 25 246 272 131 13 0 33 273 120 51
Binary 10101 10100110 10111010 1011001 1011 0 11011 10111011 1010000 101001

Color Harmonies of #15A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A6BA

Black with #15A6BA

Text Example


Text Example

White with #15A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,166,186); }

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

background-color css

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

 a { background-color: rgb(21,166,186); }

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

border-color css

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

 span { border-color: rgb(21,166,186); }

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