Html Css Color HEX #17515D Teal Blue

📋 copy color: '#17515D'

red 23 ◦ green 81 ◦ blue 93

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

Shades of Teal Blue #17515D

Tints of Teal Blue #17515D

RGB

 RED value IS 23 (9.38% from 255) = 11.68%

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 11.68%
G = 41.12%
B = 47.21%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17515D (or 0x17515D) is known color: Teal Blue. HEX triplet: 17, 51 and 5D. RGB value is (23,81,93). Sum of RGB (Red+Green+Blue) = 23+81+93=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #17515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17515D is #E8AEA2. Grayscale: #404040. Windows color (decimal): -15249059 or 6115607. OLE color: 6115607.

HSL color Cylindrical-coordinate representation of color #17515D: hue angle of 190.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17515D is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 81 93 -
CMYK 0.75 0.13 0 0.64
HSL 190.29º 0.6% 0.23% -
HSV(B) 190.29º 0.75% 0.36% -
XYZ 5.27 6.86 11.4 -
YUV 65.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 23 81 93 0.75 0.13 0 0.64 190.29 0.6 0.23
Hex 17 51 5D 4B D 0 40 BE 3C 17
Octal 27 121 135 113 15 0 100 276 74 27
Binary 10111 1010001 1011101 1001011 1101 0 1000000 10111110 111100 10111

Color Harmonies of #17515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17515D

Black with #17515D

Text Example


Text Example

White with #17515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17515D; }

 p { color: rgb(23,81,93); }

 H1.HeaderClassName
 {
   color: #17515D;
 }
 .AnyTagClassName
 {
   color: #17515D;
 }
</style>

background-color css

<style>
 a { background-color: #17515D; }

 a { background-color: rgb(23,81,93); }

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

border-color css

<style>
 span { border-color: #17515D; }

 span { border-color: rgb(23,81,93); }

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