Html Css Color HEX #124238 Deep Teal

📋 copy color: '#124238'

red 18 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #124238

Tints of Deep Teal #124238

RGB

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

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

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

R = 12.86%
G = 47.14%
B = 40%

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

#124238 (or 0x124238) is known color: Deep Teal. HEX triplet: 12, 42 and 38. RGB value is (18,66,56). Sum of RGB (Red+Green+Blue) = 18+66+56=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #124238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124238 is #EDBDC7. Grayscale: #323232. Windows color (decimal): -15580616 or 3686930. OLE color: 3686930.

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

Color convert

RGB 18 66 56 -
CMYK 0.73 0 0.15 0.74
HSL 167.5º 0.57% 0.16% -
HSV(B) 167.5º 0.73% 0.26% -
XYZ 2.91 4.31 4.42 -
YUV 50.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 18 66 56 0.73 0 0.15 0.74 167.5 0.57 0.16
Hex 12 42 38 49 0 F 4A A8 39 10
Octal 22 102 70 111 0 17 112 250 71 20
Binary 10010 1000010 111000 1001001 0 1111 1001010 10101000 111001 10000

Color Harmonies of #124238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124238

Black with #124238

Text Example


Text Example

White with #124238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124238; }

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

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

background-color css

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

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

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

border-color css

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

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

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