Html Css Color HEX #125240 Deep Teal

📋 copy color: '#125240'

red 18 ◦ green 82 ◦ blue 64

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

Shades of Deep Teal #125240

Tints of Deep Teal #125240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 10.98%
G = 50%
B = 39.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#125240 (or 0x125240) is known color: Deep Teal. HEX triplet: 12, 52 and 40. RGB value is (18,82,64). Sum of RGB (Red+Green+Blue) = 18+82+64=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #125240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125240 is #EDADBF. Grayscale: #3C3C3C. Windows color (decimal): -15576512 or 4215314. OLE color: 4215314.

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

Color convert

RGB 18 82 64 -
CMYK 0.78 0 0.22 0.68
HSL 163.13º 0.64% 0.2% -
HSV(B) 163.13º 0.78% 0.32% -
XYZ 4.19 6.53 5.89 -
YUV 60.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 18 82 64 0.78 0 0.22 0.68 163.13 0.64 0.2
Hex 12 52 40 4E 0 16 44 A3 40 14
Octal 22 122 100 116 0 26 104 243 100 24
Binary 10010 1010010 1000000 1001110 0 10110 1000100 10100011 1000000 10100

Color Harmonies of #125240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125240

Black with #125240

Text Example


Text Example

White with #125240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125240; }

 p { color: rgb(18,82,64); }

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

background-color css

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

 a { background-color: rgb(18,82,64); }

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

border-color css

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

 span { border-color: rgb(18,82,64); }

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