Html Css Color HEX #124239 Deep Teal

📋 copy color: '#124239'

red 18 ◦ green 66 ◦ blue 57

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

Shades of Deep Teal #124239

Tints of Deep Teal #124239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 12.77%
G = 46.81%
B = 40.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#124239 (or 0x124239) is known color: Deep Teal. HEX triplet: 12, 42 and 39. RGB value is (18,66,57). Sum of RGB (Red+Green+Blue) = 18+66+57=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #124239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124239 is #EDBDC6. Grayscale: #323232. Windows color (decimal): -15580615 or 3752466. OLE color: 3752466.

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

Color convert

RGB 18 66 57 -
CMYK 0.73 0 0.14 0.74
HSL 168.75º 0.57% 0.16% -
HSV(B) 168.75º 0.73% 0.26% -
XYZ 2.94 4.32 4.55 -
YUV 50.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 18 66 57 0.73 0 0.14 0.74 168.75 0.57 0.16
Hex 12 42 39 49 0 E 4A A9 39 10
Octal 22 102 71 111 0 16 112 251 71 20
Binary 10010 1000010 111001 1001001 0 1110 1001010 10101001 111001 10000

Color Harmonies of #124239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124239

Black with #124239

Text Example


Text Example

White with #124239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124239; }

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

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

background-color css

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

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

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

border-color css

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

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

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