Html Css Color HEX #17535F Teal Blue

📋 copy color: '#17535F'

red 23 ◦ green 83 ◦ blue 95

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

Shades of Teal Blue #17535F

Tints of Teal Blue #17535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 11.44%
G = 41.29%
B = 47.26%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17535F (or 0x17535F) is known color: Teal Blue. HEX triplet: 17, 53 and 5F. RGB value is (23,83,95). Sum of RGB (Red+Green+Blue) = 23+83+95=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #17535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17535F is #E8ACA0. Grayscale: #424242. Windows color (decimal): -15248545 or 6247191. OLE color: 6247191.

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

Color convert

RGB 23 83 95 -
CMYK 0.76 0.13 0 0.63
HSL 190º 0.61% 0.23% -
HSV(B) 190º 0.76% 0.37% -
XYZ 5.51 7.19 11.92 -
YUV 66.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 23 83 95 0.76 0.13 0 0.63 190 0.61 0.23
Hex 17 53 5F 4C D 0 3F BE 3D 17
Octal 27 123 137 114 15 0 77 276 75 27
Binary 10111 1010011 1011111 1001100 1101 0 111111 10111110 111101 10111

Color Harmonies of #17535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17535F

Black with #17535F

Text Example


Text Example

White with #17535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,83,95); }

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

background-color css

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

 a { background-color: rgb(23,83,95); }

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

border-color css

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

 span { border-color: rgb(23,83,95); }

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