#175462

Color #175462 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #175462

Tints of Teal Blue #175462

Color information

#175462 (or 0x175462) is unknown color: approx Teal Blue. HEX triplet: 17, 54 and 62. RGB value is (23,84,98). Sum of RGB (Red+Green+Blue) = 23+84+98=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #175462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175462 is #E8AB9D. Grayscale: #434343. Windows color (decimal): -15248286 or 6444055. OLE color: 6444055.

HSL color Cylindrical-coordinate representation of color #175462: hue angle of 191.2º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175462 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238498-
CMYK0.770.1400.62
HSL191.2º61.98%23.73%-
HSV(B)191.2º76.53%38.43%-
XYZ5.737.412.68-
YUV67.36145.2996.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.22%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 98 (38.67% from 255) = 47.80%
R=11.22%
G=40.98%
B=47.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2384980.770.1400.62191.261.9823.73
Hex1754624DE03Ebf3e18
Octal27124142115160762777630
Binary10111101010011000101001101111001111101011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175462; }

 p { color: rgb(23,84,98); }

 H1.HeaderClassName
 {
   color: #175462;
 }
 .AnyTagClassName
 {
   color: #175462;
 }
</style>
background-color css

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

 a { background-color: rgb(23,84,98); }

 div.DivClassName
 {
   background-color: #175462;
 }
 .BgClassName
 {
   background-color: #175462;
 }
</style>
border-color css

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

 span { border-color: rgb(23,84,98); }

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