Html Css Color HEX #124839 Deep Teal

📋 copy color: '#124839'

red 18 ◦ green 72 ◦ blue 57

#124839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #124839

Tints of Deep Teal #124839

RGB

 RED value IS 18 (7.42% from 255) = 12.24%

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 12.24%
G = 48.98%
B = 38.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#124839 (or 0x124839) is known color: Deep Teal. HEX triplet: 12, 48 and 39. RGB value is (18,72,57). Sum of RGB (Red+Green+Blue) = 18+72+57=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #124839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124839 is #EDB7C6. Grayscale: #363636. Windows color (decimal): -15579079 or 3754002. OLE color: 3754002.

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

Color convert

RGB 18 72 57 -
CMYK 0.75 0 0.21 0.72
HSL 163.33º 0.6% 0.18% -
HSV(B) 163.33º 0.75% 0.28% -
XYZ 3.31 5.06 4.67 -
YUV 54.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 18 72 57 0.75 0 0.21 0.72 163.33 0.6 0.18
Hex 12 48 39 4B 0 15 48 A3 3C 12
Octal 22 110 71 113 0 25 110 243 74 22
Binary 10010 1001000 111001 1001011 0 10101 1001000 10100011 111100 10010

Color Harmonies of #124839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124839

Black with #124839

Text Example


Text Example

White with #124839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124839; }

 p { color: rgb(18,72,57); }

 H1.HeaderClassName
 {
   color: #124839;
 }
 .AnyTagClassName
 {
   color: #124839;
 }
</style>

background-color css

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

 a { background-color: rgb(18,72,57); }

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

border-color css

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

 span { border-color: rgb(18,72,57); }

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