#125342

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

Shades of Deep Teal #125342

Tints of Deep Teal #125342

Color information

#125342 (or 0x125342) is unknown color: approx Deep Teal. HEX triplet: 12, 53 and 42. RGB value is (18,83,66). Sum of RGB (Red+Green+Blue) = 18+83+66=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #125342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125342 is #EDACBD. Grayscale: #3D3D3D. Windows color (decimal): -15576254 or 4346642. OLE color: 4346642.

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

Color convert

RGB188366-
CMYK0.7800.200.67
HSL164.31º64.36%19.8%-
HSV(B)164.31º78.31%32.55%-
XYZ4.336.716.22-
YUV61.63130.4796.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=10.78%
G=49.70%
B=39.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883660.7800.200.67164.3164.3619.8
Hex1253424E01443a44014
Octal2212310211602410324410024
Binary10010101001110000101001110010100100001110100100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125342; }

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

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

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

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

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

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

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

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