Html Css Color HEX #125446 Deep Teal

📋 copy color: '#125446'

red 18 ◦ green 84 ◦ blue 70

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

Shades of Deep Teal #125446

Tints of Deep Teal #125446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 10.47%
G = 48.84%
B = 40.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#125446 (or 0x125446) is known color: Deep Teal. HEX triplet: 12, 54 and 46. RGB value is (18,84,70). Sum of RGB (Red+Green+Blue) = 18+84+70=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #125446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125446 is #EDABB9. Grayscale: #3E3E3E. Windows color (decimal): -15575994 or 4609042. OLE color: 4609042.

HSL color Cylindrical-coordinate representation of color #125446: hue angle of 167.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125446 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 70 -
CMYK 0.79 0 0.17 0.67
HSL 167.27º 0.65% 0.2% -
HSV(B) 167.27º 0.79% 0.33% -
XYZ 4.53 6.91 6.89 -
YUV 62.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 18 84 70 0.79 0 0.17 0.67 167.27 0.65 0.2
Hex 12 54 46 4F 0 11 43 A7 41 14
Octal 22 124 106 117 0 21 103 247 101 24
Binary 10010 1010100 1000110 1001111 0 10001 1000011 10100111 1000001 10100

Color Harmonies of #125446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125446

Black with #125446

Text Example


Text Example

White with #125446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125446; }

 p { color: rgb(18,84,70); }

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

background-color css

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

 a { background-color: rgb(18,84,70); }

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

border-color css

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

 span { border-color: rgb(18,84,70); }

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