Html Css Color HEX #125041 Deep Teal

📋 copy color: '#125041'

red 18 ◦ green 80 ◦ blue 65

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

Shades of Deep Teal #125041

Tints of Deep Teal #125041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

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

R = 11.04%
G = 49.08%
B = 39.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#125041 (or 0x125041) is known color: Deep Teal. HEX triplet: 12, 50 and 41. RGB value is (18,80,65). Sum of RGB (Red+Green+Blue) = 18+80+65=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #125041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125041 is #EDAFBE. Grayscale: #3B3B3B. Windows color (decimal): -15577023 or 4280338. OLE color: 4280338.

HSL color Cylindrical-coordinate representation of color #125041: hue angle of 165.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125041 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 65 -
CMYK 0.78 0 0.19 0.69
HSL 165.48º 0.63% 0.19% -
HSV(B) 165.48º 0.78% 0.31% -
XYZ 4.07 6.25 5.99 -
YUV 59.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 18 80 65 0.78 0 0.19 0.69 165.48 0.63 0.19
Hex 12 50 41 4E 0 13 45 A5 3F 13
Octal 22 120 101 116 0 23 105 245 77 23
Binary 10010 1010000 1000001 1001110 0 10011 1000101 10100101 111111 10011

Color Harmonies of #125041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125041

Black with #125041

Text Example


Text Example

White with #125041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125041; }

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

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

background-color css

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

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

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

border-color css

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

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

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