Html Css Color HEX #125141 Deep Teal

📋 copy color: '#125141'

red 18 ◦ green 81 ◦ blue 65

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

Shades of Deep Teal #125141

Tints of Deep Teal #125141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.39%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 10.98%
G = 49.39%
B = 39.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#125141 (or 0x125141) is known color: Deep Teal. HEX triplet: 12, 51 and 41. RGB value is (18,81,65). Sum of RGB (Red+Green+Blue) = 18+81+65=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #125141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125141 is #EDAEBE. Grayscale: #3C3C3C. Windows color (decimal): -15576767 or 4280594. OLE color: 4280594.

HSL color Cylindrical-coordinate representation of color #125141: hue angle of 164.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125141 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 81 65 -
CMYK 0.78 0 0.20 0.68
HSL 164.76º 0.64% 0.19% -
HSV(B) 164.76º 0.78% 0.32% -
XYZ 4.15 6.4 6.02 -
YUV 60.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 18 81 65 0.78 0 0.20 0.68 164.76 0.64 0.19
Hex 12 51 41 4E 0 14 44 A5 40 13
Octal 22 121 101 116 0 24 104 245 100 23
Binary 10010 1010001 1000001 1001110 0 10100 1000100 10100101 1000000 10011

Color Harmonies of #125141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125141

Black with #125141

Text Example


Text Example

White with #125141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125141; }

 p { color: rgb(18,81,65); }

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

background-color css

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

 a { background-color: rgb(18,81,65); }

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

border-color css

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

 span { border-color: rgb(18,81,65); }

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