Html Css Color HEX #125747 Deep Teal

📋 copy color: '#125747'

red 18 ◦ green 87 ◦ blue 71

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

Shades of Deep Teal #125747

Tints of Deep Teal #125747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

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

R = 10.23%
G = 49.43%
B = 40.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#125747 (or 0x125747) is known color: Deep Teal. HEX triplet: 12, 57 and 47. RGB value is (18,87,71). Sum of RGB (Red+Green+Blue) = 18+87+71=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #125747 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125747 is #EDA8B8. Grayscale: #404040. Windows color (decimal): -15575225 or 4675346. OLE color: 4675346.

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

Color convert

RGB 18 87 71 -
CMYK 0.79 0 0.18 0.66
HSL 166.09º 0.66% 0.21% -
HSV(B) 166.09º 0.79% 0.34% -
XYZ 4.79 7.4 7.14 -
YUV 64.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 18 87 71 0.79 0 0.18 0.66 166.09 0.66 0.21
Hex 12 57 47 4F 0 12 42 A6 42 15
Octal 22 127 107 117 0 22 102 246 102 25
Binary 10010 1010111 1000111 1001111 0 10010 1000010 10100110 1000010 10101

Color Harmonies of #125747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125747

Black with #125747

Text Example


Text Example

White with #125747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125747; }

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

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

background-color css

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

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

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

border-color css

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

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

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