Html Css Color HEX #124237 Deep Teal

📋 copy color: '#124237'

red 18 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #124237

Tints of Deep Teal #124237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 12.95%
G = 47.48%
B = 39.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#124237 (or 0x124237) is known color: Deep Teal. HEX triplet: 12, 42 and 37. RGB value is (18,66,55). Sum of RGB (Red+Green+Blue) = 18+66+55=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #124237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124237 is #EDBDC8. Grayscale: #323232. Windows color (decimal): -15580617 or 3621394. OLE color: 3621394.

HSL color Cylindrical-coordinate representation of color #124237: hue angle of 166.25º 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 #124237 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 55 -
CMYK 0.73 0 0.17 0.74
HSL 166.25º 0.57% 0.16% -
HSV(B) 166.25º 0.73% 0.26% -
XYZ 2.89 4.3 4.29 -
YUV 50.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 18 66 55 0.73 0 0.17 0.74 166.25 0.57 0.16
Hex 12 42 37 49 0 11 4A A6 39 10
Octal 22 102 67 111 0 21 112 246 71 20
Binary 10010 1000010 110111 1001001 0 10001 1001010 10100110 111001 10000

Color Harmonies of #124237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124237

Black with #124237

Text Example


Text Example

White with #124237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124237; }

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

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

background-color css

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

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

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

border-color css

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

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

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