#124138

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

Shades of Deep Teal #124138

Tints of Deep Teal #124138

Color information

#124138 (or 0x124138) is unknown color: approx Deep Teal. HEX triplet: 12, 41 and 38. RGB value is (18,65,56). Sum of RGB (Red+Green+Blue) = 18+65+56=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #124138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124138 is #EDBEC7. Grayscale: #313131. Windows color (decimal): -15580872 or 3686674. OLE color: 3686674.

HSL color Cylindrical-coordinate representation of color #124138: hue angle of 168.51º degrees, saturation: 0.57, 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 #124138 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB186556-
CMYK0.7200.140.75
HSL168.51º56.63%16.27%-
HSV(B)168.51º72.31%25.49%-
XYZ2.854.194.4-
YUV49.92131.43105.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=12.95%
G=46.76%
B=40.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865560.7200.140.75168.5156.6316.27
Hex124138480E4Ba93910
Octal22101701100161132517120
Binary10010100000111100010010000111010010111010100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124138; }

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

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

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

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

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

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

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

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