#125341

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

Shades of Deep Teal #125341

Tints of Deep Teal #125341

Color information

#125341 (or 0x125341) is unknown color: approx Deep Teal. HEX triplet: 12, 53 and 41. RGB value is (18,83,65). Sum of RGB (Red+Green+Blue) = 18+83+65=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #125341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125341 is #EDACBE. Grayscale: #3D3D3D. Windows color (decimal): -15576255 or 4281106. OLE color: 4281106.

HSL color Cylindrical-coordinate representation of color #125341: hue angle of 163.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125341 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB188365-
CMYK0.7800.220.67
HSL163.38º64.36%19.8%-
HSV(B)163.38º78.31%32.55%-
XYZ4.36.76.07-
YUV61.51129.9796.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=10.84%
G=50%
B=39.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883650.7800.220.67163.3864.3619.8
Hex1253414E01643a34014
Octal2212310111602610324310024
Binary10010101001110000011001110010110100001110100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125341; }

 p { color: rgb(18,83,65); }

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

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

 a { background-color: rgb(18,83,65); }

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

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

 span { border-color: rgb(18,83,65); }

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