Html Css Color HEX #15A0BE Pelorous

📋 copy color: '#15A0BE'

red 21 ◦ green 160 ◦ blue 190

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

Shades of Pelorous #15A0BE

Tints of Pelorous #15A0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 5.66%
G = 43.13%
B = 51.21%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15A0BE (or 0x15A0BE) is known color: Pelorous. HEX triplet: 15, A0 and BE. RGB value is (21,160,190). Sum of RGB (Red+Green+Blue) = 21+160+190=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #15A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0BE is #EA5F41. Grayscale: #797979. Windows color (decimal): -15359810 or 12492821. OLE color: 12492821.

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

Color convert

RGB 21 160 190 -
CMYK 0.89 0.16 0 0.25
HSL 190.65º 0.8% 0.41% -
HSV(B) 190.65º 0.89% 0.75% -
XYZ 22.17 29.02 53.15 -
YUV 121.86 166.45 56.06 -
System Red Green Blue C M Y K H S L
Decimal 21 160 190 0.89 0.16 0 0.25 190.65 0.8 0.41
Hex 15 A0 BE 59 10 0 19 BF 50 29
Octal 25 240 276 131 20 0 31 277 120 51
Binary 10101 10100000 10111110 1011001 10000 0 11001 10111111 1010000 101001

Color Harmonies of #15A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0BE

Black with #15A0BE

Text Example


Text Example

White with #15A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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