#125748

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

Shades of Deep Teal #125748

Tints of Deep Teal #125748

Color information

#125748 (or 0x125748) is unknown color: approx Deep Teal. HEX triplet: 12, 57 and 48. RGB value is (18,87,72). Sum of RGB (Red+Green+Blue) = 18+87+72=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #125748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125748 is #EDA8B7. Grayscale: #404040. Windows color (decimal): -15575224 or 4740882. OLE color: 4740882.

HSL color Cylindrical-coordinate representation of color #125748: hue angle of 166.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125748 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB188772-
CMYK0.7900.170.66
HSL166.96º65.71%20.59%-
HSV(B)166.96º79.31%34.12%-
XYZ4.837.417.31-
YUV64.66132.1494.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=10.17%
G=49.15%
B=40.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887720.7900.170.66166.9665.7120.59
Hex1257484F01142a74215
Octal2212711011702110224710225
Binary10010101011110010001001111010001100001010100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125748; }

 p { color: rgb(18,87,72); }

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

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

 a { background-color: rgb(18,87,72); }

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

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

 span { border-color: rgb(18,87,72); }

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