Html Css Color HEX #124138 Deep Teal

📋 copy color: '#124138'

red 18 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #124138

Tints of Deep Teal #124138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 12.95%
G = 46.76%
B = 40.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#124138 (or 0x124138) is known color: Deep Teal. HEX triplet: 12, 41 and 38. RGB value is (18,65,56). Sum of RGB (Red+Green+Blue) = 18+65+56=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #124138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124138 is #EDBEC7. Grayscale: #313131. Windows color (decimal): -15580872 or 3686674. OLE color: 3686674.

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

Color convert

RGB 18 65 56 -
CMYK 0.72 0 0.14 0.75
HSL 168.51º 0.57% 0.16% -
HSV(B) 168.51º 0.72% 0.25% -
XYZ 2.85 4.19 4.4 -
YUV 49.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 18 65 56 0.72 0 0.14 0.75 168.51 0.57 0.16
Hex 12 41 38 48 0 E 4B A9 39 10
Octal 22 101 70 110 0 16 113 251 71 20
Binary 10010 1000001 111000 1001000 0 1110 1001011 10101001 111001 10000

Color Harmonies of #124138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124138

Black with #124138

Text Example


Text Example

White with #124138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124138; }

 p { color: rgb(18,65,56); }

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

background-color css

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

 a { background-color: rgb(18,65,56); }

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

border-color css

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

 span { border-color: rgb(18,65,56); }

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