Html Css Color HEX #124338 Deep Teal

📋 copy color: '#124338'

red 18 ◦ green 67 ◦ blue 56

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

Shades of Deep Teal #124338

Tints of Deep Teal #124338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 12.77%
G = 47.52%
B = 39.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#124338 (or 0x124338) is known color: Deep Teal. HEX triplet: 12, 43 and 38. RGB value is (18,67,56). Sum of RGB (Red+Green+Blue) = 18+67+56=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #124338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124338 is #EDBCC7. Grayscale: #333333. Windows color (decimal): -15580360 or 3687186. OLE color: 3687186.

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

Color convert

RGB 18 67 56 -
CMYK 0.73 0 0.16 0.74
HSL 166.53º 0.58% 0.17% -
HSV(B) 166.53º 0.73% 0.26% -
XYZ 2.97 4.43 4.44 -
YUV 51.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 18 67 56 0.73 0 0.16 0.74 166.53 0.58 0.17
Hex 12 43 38 49 0 10 4A A7 3A 11
Octal 22 103 70 111 0 20 112 247 72 21
Binary 10010 1000011 111000 1001001 0 10000 1001010 10100111 111010 10001

Color Harmonies of #124338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124338

Black with #124338

Text Example


Text Example

White with #124338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124338; }

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

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

background-color css

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

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

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

border-color css

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

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

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