Html Css Color HEX #125045 Deep Teal

📋 copy color: '#125045'

red 18 ◦ green 80 ◦ blue 69

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

Shades of Deep Teal #125045

Tints of Deep Teal #125045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 10.78%
G = 47.9%
B = 41.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#125045 (or 0x125045) is known color: Deep Teal. HEX triplet: 12, 50 and 45. RGB value is (18,80,69). Sum of RGB (Red+Green+Blue) = 18+80+69=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #125045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125045 is #EDAFBA. Grayscale: #3C3C3C. Windows color (decimal): -15577019 or 4542482. OLE color: 4542482.

HSL color Cylindrical-coordinate representation of color #125045: hue angle of 169.35º 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 #125045 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 69 -
CMYK 0.78 0 0.14 0.69
HSL 169.35º 0.63% 0.19% -
HSV(B) 169.35º 0.78% 0.31% -
XYZ 4.19 6.3 6.62 -
YUV 60.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 18 80 69 0.78 0 0.14 0.69 169.35 0.63 0.19
Hex 12 50 45 4E 0 E 45 A9 3F 13
Octal 22 120 105 116 0 16 105 251 77 23
Binary 10010 1010000 1000101 1001110 0 1110 1000101 10101001 111111 10011

Color Harmonies of #125045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125045

Black with #125045

Text Example


Text Example

White with #125045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125045; }

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

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

background-color css

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

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

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

border-color css

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

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

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