Html Css Color HEX #17505B Teal Blue

📋 copy color: '#17505B'

red 23 ◦ green 80 ◦ blue 91

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

Shades of Teal Blue #17505B

Tints of Teal Blue #17505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 11.86%
G = 41.24%
B = 46.91%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17505B (or 0x17505B) is known color: Teal Blue. HEX triplet: 17, 50 and 5B. RGB value is (23,80,91). Sum of RGB (Red+Green+Blue) = 23+80+91=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #17505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17505B is #E8AFA4. Grayscale: #404040. Windows color (decimal): -15249317 or 5984279. OLE color: 5984279.

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

Color convert

RGB 23 80 91 -
CMYK 0.75 0.12 0 0.64
HSL 189.71º 0.6% 0.22% -
HSV(B) 189.71º 0.75% 0.36% -
XYZ 5.11 6.67 10.92 -
YUV 64.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 23 80 91 0.75 0.12 0 0.64 189.71 0.6 0.22
Hex 17 50 5B 4B C 0 40 BE 3C 16
Octal 27 120 133 113 14 0 100 276 74 26
Binary 10111 1010000 1011011 1001011 1100 0 1000000 10111110 111100 10110

Color Harmonies of #17505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17505B

Black with #17505B

Text Example


Text Example

White with #17505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17505B; }

 p { color: rgb(23,80,91); }

 H1.HeaderClassName
 {
   color: #17505B;
 }
 .AnyTagClassName
 {
   color: #17505B;
 }
</style>

background-color css

<style>
 a { background-color: #17505B; }

 a { background-color: rgb(23,80,91); }

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

border-color css

<style>
 span { border-color: #17505B; }

 span { border-color: rgb(23,80,91); }

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