Html Css Color HEX #125643 Deep Teal

📋 copy color: '#125643'

red 18 ◦ green 86 ◦ blue 67

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

Shades of Deep Teal #125643

Tints of Deep Teal #125643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 10.53%
G = 50.29%
B = 39.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#125643 (or 0x125643) is known color: Deep Teal. HEX triplet: 12, 56 and 43. RGB value is (18,86,67). Sum of RGB (Red+Green+Blue) = 18+86+67=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #125643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125643 is #EDA9BC. Grayscale: #3F3F3F. Windows color (decimal): -15575485 or 4412946. OLE color: 4412946.

HSL color Cylindrical-coordinate representation of color #125643: hue angle of 163.24º 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 #125643 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 67 -
CMYK 0.79 0 0.22 0.66
HSL 163.24º 0.65% 0.2% -
HSV(B) 163.24º 0.79% 0.34% -
XYZ 4.59 7.19 6.46 -
YUV 63.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 18 86 67 0.79 0 0.22 0.66 163.24 0.65 0.2
Hex 12 56 43 4F 0 16 42 A3 41 14
Octal 22 126 103 117 0 26 102 243 101 24
Binary 10010 1010110 1000011 1001111 0 10110 1000010 10100011 1000001 10100

Color Harmonies of #125643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125643

Black with #125643

Text Example


Text Example

White with #125643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125643; }

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

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

background-color css

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

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

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

border-color css

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

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

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