#124038

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

Shades of Deep Teal #124038

Tints of Deep Teal #124038

Color information

#124038 (or 0x124038) is unknown color: approx Deep Teal. HEX triplet: 12, 40 and 38. RGB value is (18,64,56). Sum of RGB (Red+Green+Blue) = 18+64+56=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #124038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124038 is #EDBFC7. Grayscale: #313131. Windows color (decimal): -15581128 or 3686418. OLE color: 3686418.

HSL color Cylindrical-coordinate representation of color #124038: hue angle of 169.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124038 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB186456-
CMYK0.7200.130.75
HSL169.57º56.1%16.08%-
HSV(B)169.57º71.88%25.1%-
XYZ2.84.084.38-
YUV49.33131.76105.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=13.04%
G=46.38%
B=40.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864560.7200.130.75169.5756.116.08
Hex124038480D4Baa3810
Octal22100701100151132527020
Binary10010100000011100010010000110110010111010101011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124038; }

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

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

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

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

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

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

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

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