Html Css Color HEX #125647 Deep Teal

📋 copy color: '#125647'

red 18 ◦ green 86 ◦ blue 71

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

Shades of Deep Teal #125647

Tints of Deep Teal #125647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 10.29%
G = 49.14%
B = 40.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#125647 (or 0x125647) is known color: Deep Teal. HEX triplet: 12, 56 and 47. RGB value is (18,86,71). Sum of RGB (Red+Green+Blue) = 18+86+71=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #125647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125647 is #EDA9B8. Grayscale: #3F3F3F. Windows color (decimal): -15575481 or 4675090. OLE color: 4675090.

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

Color convert

RGB 18 86 71 -
CMYK 0.79 0 0.17 0.66
HSL 166.76º 0.65% 0.2% -
HSV(B) 166.76º 0.79% 0.34% -
XYZ 4.71 7.24 7.11 -
YUV 63.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 18 86 71 0.79 0 0.17 0.66 166.76 0.65 0.2
Hex 12 56 47 4F 0 11 42 A7 41 14
Octal 22 126 107 117 0 21 102 247 101 24
Binary 10010 1010110 1000111 1001111 0 10001 1000010 10100111 1000001 10100

Color Harmonies of #125647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125647

Black with #125647

Text Example


Text Example

White with #125647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125647; }

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

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

background-color css

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

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

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

border-color css

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

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

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