Html Css Color HEX #125546 Deep Teal

📋 copy color: '#125546'

red 18 ◦ green 85 ◦ blue 70

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

Shades of Deep Teal #125546

Tints of Deep Teal #125546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 10.4%
G = 49.13%
B = 40.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#125546 (or 0x125546) is known color: Deep Teal. HEX triplet: 12, 55 and 46. RGB value is (18,85,70). Sum of RGB (Red+Green+Blue) = 18+85+70=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #125546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125546 is #EDAAB9. Grayscale: #3F3F3F. Windows color (decimal): -15575738 or 4609298. OLE color: 4609298.

HSL color Cylindrical-coordinate representation of color #125546: hue angle of 166.57º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125546 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 70 -
CMYK 0.79 0 0.18 0.67
HSL 166.57º 0.65% 0.2% -
HSV(B) 166.57º 0.79% 0.33% -
XYZ 4.6 7.07 6.92 -
YUV 63.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 18 85 70 0.79 0 0.18 0.67 166.57 0.65 0.2
Hex 12 55 46 4F 0 12 43 A7 41 14
Octal 22 125 106 117 0 22 103 247 101 24
Binary 10010 1010101 1000110 1001111 0 10010 1000011 10100111 1000001 10100

Color Harmonies of #125546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125546

Black with #125546

Text Example


Text Example

White with #125546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125546; }

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

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

background-color css

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

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

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

border-color css

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

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

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