#124738

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

Shades of Deep Teal #124738

Tints of Deep Teal #124738

Color information

#124738 (or 0x124738) is unknown color: approx Deep Teal. HEX triplet: 12, 47 and 38. RGB value is (18,71,56). Sum of RGB (Red+Green+Blue) = 18+71+56=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #124738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124738 is #EDB8C7. Grayscale: #353535. Windows color (decimal): -15579336 or 3688210. OLE color: 3688210.

HSL color Cylindrical-coordinate representation of color #124738: hue angle of 163.02º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124738 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB187156-
CMYK0.7500.210.72
HSL163.02º59.55%17.45%-
HSV(B)163.02º74.65%27.84%-
XYZ3.224.924.52-
YUV53.44129.44102.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=12.41%
G=48.97%
B=38.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871560.7500.210.72163.0259.5517.45
Hex1247384B01548a33c11
Octal22107701130251102437421
Binary100101000111111000100101101010110010001010001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124738; }

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

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

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

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

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

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

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

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