Html Css Color HEX #124039 Deep Teal

📋 copy color: '#124039'

red 18 ◦ green 64 ◦ blue 57

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

Shades of Deep Teal #124039

Tints of Deep Teal #124039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

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

R = 12.95%
G = 46.04%
B = 41.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#124039 (or 0x124039) is known color: Deep Teal. HEX triplet: 12, 40 and 39. RGB value is (18,64,57). Sum of RGB (Red+Green+Blue) = 18+64+57=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #124039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124039 is #EDBFC6. Grayscale: #313131. Windows color (decimal): -15581127 or 3751954. OLE color: 3751954.

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

Color convert

RGB 18 64 57 -
CMYK 0.72 0 0.11 0.75
HSL 170.87º 0.56% 0.16% -
HSV(B) 170.87º 0.72% 0.25% -
XYZ 2.82 4.09 4.51 -
YUV 49.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 18 64 57 0.72 0 0.11 0.75 170.87 0.56 0.16
Hex 12 40 39 48 0 B 4B AB 38 10
Octal 22 100 71 110 0 13 113 253 70 20
Binary 10010 1000000 111001 1001000 0 1011 1001011 10101011 111000 10000

Color Harmonies of #124039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124039

Black with #124039

Text Example


Text Example

White with #124039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124039; }

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

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

background-color css

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

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

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

border-color css

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

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

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