#125340

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

Shades of Deep Teal #125340

Tints of Deep Teal #125340

Color information

#125340 (or 0x125340) is unknown color: approx Deep Teal. HEX triplet: 12, 53 and 40. RGB value is (18,83,64). Sum of RGB (Red+Green+Blue) = 18+83+64=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #125340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125340 is #EDACBF. Grayscale: #3D3D3D. Windows color (decimal): -15576256 or 4215570. OLE color: 4215570.

HSL color Cylindrical-coordinate representation of color #125340: hue angle of 162.46º 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 #125340 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB188364-
CMYK0.7800.230.67
HSL162.46º64.36%19.8%-
HSV(B)162.46º78.31%32.55%-
XYZ4.276.695.92-
YUV61.4129.4797.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=10.91%
G=50.30%
B=38.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883640.7800.230.67162.4664.3619.8
Hex1253404E01743a24014
Octal2212310011602710324210024
Binary10010101001110000001001110010111100001110100010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125340; }

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

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

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

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

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

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

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

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