Html Css Color HEX #125445 Deep Teal

📋 copy color: '#125445'

red 18 ◦ green 84 ◦ blue 69

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

Shades of Deep Teal #125445

Tints of Deep Teal #125445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

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

R = 10.53%
G = 49.12%
B = 40.35%

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

#125445 (or 0x125445) is known color: Deep Teal. HEX triplet: 12, 54 and 45. RGB value is (18,84,69). Sum of RGB (Red+Green+Blue) = 18+84+69=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #125445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125445 is #EDABBA. Grayscale: #3E3E3E. Windows color (decimal): -15575995 or 4543506. OLE color: 4543506.

HSL color Cylindrical-coordinate representation of color #125445: hue angle of 166.36º 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 #125445 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 69 -
CMYK 0.79 0 0.18 0.67
HSL 166.36º 0.65% 0.2% -
HSV(B) 166.36º 0.79% 0.33% -
XYZ 4.49 6.9 6.72 -
YUV 62.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 18 84 69 0.79 0 0.18 0.67 166.36 0.65 0.2
Hex 12 54 45 4F 0 12 43 A6 41 14
Octal 22 124 105 117 0 22 103 246 101 24
Binary 10010 1010100 1000101 1001111 0 10010 1000011 10100110 1000001 10100

Color Harmonies of #125445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125445

Black with #125445

Text Example


Text Example

White with #125445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125445; }

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

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

background-color css

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

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

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

border-color css

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

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

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