#124538

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

Shades of Deep Teal #124538

Tints of Deep Teal #124538

Color information

#124538 (or 0x124538) is unknown color: approx Deep Teal. HEX triplet: 12, 45 and 38. RGB value is (18,69,56). Sum of RGB (Red+Green+Blue) = 18+69+56=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #124538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124538 is #EDBAC7. Grayscale: #343434. Windows color (decimal): -15579848 or 3687698. OLE color: 3687698.

HSL color Cylindrical-coordinate representation of color #124538: hue angle of 164.71º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124538 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB186956-
CMYK0.7400.190.73
HSL164.71º58.62%17.06%-
HSV(B)164.71º73.91%27.06%-
XYZ3.094.674.48-
YUV52.27130.1103.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=12.59%
G=48.25%
B=39.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869560.7400.190.73164.7158.6217.06
Hex1245384A01349a53b11
Octal22105701120231112457321
Binary100101000101111000100101001001110010011010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124538; }

 p { color: rgb(18,69,56); }

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

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

 a { background-color: rgb(18,69,56); }

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

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

 span { border-color: rgb(18,69,56); }

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