Html Css Color HEX #124738 Deep Teal

📋 copy color: '#124738'

red 18 ◦ green 71 ◦ blue 56

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

Shades of Deep Teal #124738

Tints of Deep Teal #124738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 12.41%
G = 48.97%
B = 38.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#124738 (or 0x124738) is known color: Deep Teal. HEX triplet: 12, 47 and 38. RGB value is (18,71,56). Sum of RGB (Red+Green+Blue) = 18+71+56=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #124738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124738 is #EDB8C7. Grayscale: #353535. Windows color (decimal): -15579336 or 3688210. OLE color: 3688210.

HSL color Cylindrical-coordinate representation of color #124738: hue angle of 163.02º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124738 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 56 -
CMYK 0.75 0 0.21 0.72
HSL 163.02º 0.6% 0.17% -
HSV(B) 163.02º 0.75% 0.28% -
XYZ 3.22 4.92 4.52 -
YUV 53.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 18 71 56 0.75 0 0.21 0.72 163.02 0.6 0.17
Hex 12 47 38 4B 0 15 48 A3 3C 11
Octal 22 107 70 113 0 25 110 243 74 21
Binary 10010 1000111 111000 1001011 0 10101 1001000 10100011 111100 10001

Color Harmonies of #124738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124738

Black with #124738

Text Example


Text Example

White with #124738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124738; }

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

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

background-color css

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

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

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

border-color css

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

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

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