#13857B

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

Shades of Teal #13857B

Tints of Teal #13857B

Color information

#13857B (or 0x13857B) is unknown color: approx Teal. HEX triplet: 13, 85 and 7B. RGB value is (19,133,123). Sum of RGB (Red+Green+Blue) = 19+133+123=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #13857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13857B is #EC7A84. Grayscale: #616161. Windows color (decimal): -15497861 or 8094995. OLE color: 8094995.

HSL color Cylindrical-coordinate representation of color #13857B: hue angle of 174.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13857B is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB19133123-
CMYK0.8600.080.48
HSL174.74º75%29.8%-
HSV(B)174.74º85.71%52.16%-
XYZ12.2318.3421.63-
YUV97.77142.2371.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=6.91%
G=48.36%
B=44.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191331230.8600.080.48174.747529.8
Hex13857B560830af4b1e
Octal232051731260106025711336
Binary1001110000101111101110101100100011000010101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,133,123); }

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

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

 a { background-color: rgb(19,133,123); }

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

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

 span { border-color: rgb(19,133,123); }

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