Html Css Color HEX #125746 Deep Teal

📋 copy color: '#125746'

red 18 ◦ green 87 ◦ blue 70

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

Shades of Deep Teal #125746

Tints of Deep Teal #125746

RGB

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

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

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

R = 10.29%
G = 49.71%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#125746 (or 0x125746) is known color: Deep Teal. HEX triplet: 12, 57 and 46. RGB value is (18,87,70). Sum of RGB (Red+Green+Blue) = 18+87+70=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #125746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125746 is #EDA8B9. Grayscale: #404040. Windows color (decimal): -15575226 or 4609810. OLE color: 4609810.

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

Color convert

RGB 18 87 70 -
CMYK 0.79 0 0.20 0.66
HSL 165.22º 0.66% 0.21% -
HSV(B) 165.22º 0.79% 0.34% -
XYZ 4.76 7.39 6.97 -
YUV 64.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 18 87 70 0.79 0 0.20 0.66 165.22 0.66 0.21
Hex 12 57 46 4F 0 14 42 A5 42 15
Octal 22 127 106 117 0 24 102 245 102 25
Binary 10010 1010111 1000110 1001111 0 10100 1000010 10100101 1000010 10101

Color Harmonies of #125746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125746

Black with #125746

Text Example


Text Example

White with #125746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125746; }

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

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

background-color css

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

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

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

border-color css

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

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

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