Html Css Color HEX #125646 Deep Teal

📋 copy color: '#125646'

red 18 ◦ green 86 ◦ blue 70

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

Shades of Deep Teal #125646

Tints of Deep Teal #125646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 10.34%
G = 49.43%
B = 40.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#125646 (or 0x125646) is known color: Deep Teal. HEX triplet: 12, 56 and 46. RGB value is (18,86,70). Sum of RGB (Red+Green+Blue) = 18+86+70=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #125646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125646 is #EDA9B9. Grayscale: #3F3F3F. Windows color (decimal): -15575482 or 4609554. OLE color: 4609554.

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

Color convert

RGB 18 86 70 -
CMYK 0.79 0 0.19 0.66
HSL 165.88º 0.65% 0.2% -
HSV(B) 165.88º 0.79% 0.34% -
XYZ 4.68 7.23 6.94 -
YUV 63.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 18 86 70 0.79 0 0.19 0.66 165.88 0.65 0.2
Hex 12 56 46 4F 0 13 42 A6 41 14
Octal 22 126 106 117 0 23 102 246 101 24
Binary 10010 1010110 1000110 1001111 0 10011 1000010 10100110 1000001 10100

Color Harmonies of #125646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125646

Black with #125646

Text Example


Text Example

White with #125646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125646; }

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

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

background-color css

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

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

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

border-color css

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

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

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