Html Css Color HEX #15515F Teal Blue

📋 copy color: '#15515F'

red 21 ◦ green 81 ◦ blue 95

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

Shades of Teal Blue #15515F

Tints of Teal Blue #15515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 10.66%
G = 41.12%
B = 48.22%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15515F (or 0x15515F) is known color: Teal Blue. HEX triplet: 15, 51 and 5F. RGB value is (21,81,95). Sum of RGB (Red+Green+Blue) = 21+81+95=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #15515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515F is #EAAEA0. Grayscale: #404040. Windows color (decimal): -15380129 or 6246677. OLE color: 6246677.

HSL color Cylindrical-coordinate representation of color #15515F: hue angle of 191.35º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15515F is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 81 95 -
CMYK 0.78 0.15 0 0.63
HSL 191.35º 0.64% 0.23% -
HSV(B) 191.35º 0.78% 0.37% -
XYZ 5.32 6.87 11.87 -
YUV 64.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 21 81 95 0.78 0.15 0 0.63 191.35 0.64 0.23
Hex 15 51 5F 4E F 0 3F BF 40 17
Octal 25 121 137 116 17 0 77 277 100 27
Binary 10101 1010001 1011111 1001110 1111 0 111111 10111111 1000000 10111

Color Harmonies of #15515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15515F

Black with #15515F

Text Example


Text Example

White with #15515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15515F; }

 p { color: rgb(21,81,95); }

 H1.HeaderClassName
 {
   color: #15515F;
 }
 .AnyTagClassName
 {
   color: #15515F;
 }
</style>

background-color css

<style>
 a { background-color: #15515F; }

 a { background-color: rgb(21,81,95); }

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

border-color css

<style>
 span { border-color: #15515F; }

 span { border-color: rgb(21,81,95); }

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