Html Css Color HEX #124339 Deep Teal

📋 copy color: '#124339'

red 18 ◦ green 67 ◦ blue 57

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

Shades of Deep Teal #124339

Tints of Deep Teal #124339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.18%

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

R = 12.68%
G = 47.18%
B = 40.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#124339 (or 0x124339) is known color: Deep Teal. HEX triplet: 12, 43 and 39. RGB value is (18,67,57). Sum of RGB (Red+Green+Blue) = 18+67+57=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #124339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124339 is #EDBCC6. Grayscale: #333333. Windows color (decimal): -15580359 or 3752722. OLE color: 3752722.

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

Color convert

RGB 18 67 57 -
CMYK 0.73 0 0.15 0.74
HSL 167.76º 0.58% 0.17% -
HSV(B) 167.76º 0.73% 0.26% -
XYZ 3 4.44 4.57 -
YUV 51.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 18 67 57 0.73 0 0.15 0.74 167.76 0.58 0.17
Hex 12 43 39 49 0 F 4A A8 3A 11
Octal 22 103 71 111 0 17 112 250 72 21
Binary 10010 1000011 111001 1001001 0 1111 1001010 10101000 111010 10001

Color Harmonies of #124339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124339

Black with #124339

Text Example


Text Example

White with #124339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124339; }

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

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

background-color css

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

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

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

border-color css

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

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

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