#13525F

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

Shades of Teal Blue #13525F

Tints of Teal Blue #13525F

Color information

#13525F (or 0x13525F) is unknown color: approx Teal Blue. HEX triplet: 13, 52 and 5F. RGB value is (19,82,95). Sum of RGB (Red+Green+Blue) = 19+82+95=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #13525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13525F is #ECADA0. Grayscale: #404040. Windows color (decimal): -15510945 or 6246931. OLE color: 6246931.

HSL color Cylindrical-coordinate representation of color #13525F: hue angle of 190.26º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13525F is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198295-
CMYK0.800.1400.63
HSL190.26º66.67%22.35%-
HSV(B)190.26º80%37.25%-
XYZ5.35711.9-
YUV64.64145.1395.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=9.69%
G=41.84%
B=48.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1982950.800.1400.63190.2666.6722.35
Hex13525F50E03Fbe4316
Octal231221371201607727610326
Binary100111010010101111110100001110011111110111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,82,95); }

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

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

 a { background-color: rgb(19,82,95); }

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

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

 span { border-color: rgb(19,82,95); }

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