Html Css Color HEX #125447 Deep Teal

📋 copy color: '#125447'

red 18 ◦ green 84 ◦ blue 71

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

Shades of Deep Teal #125447

Tints of Deep Teal #125447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 10.4%
G = 48.55%
B = 41.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#125447 (or 0x125447) is known color: Deep Teal. HEX triplet: 12, 54 and 47. RGB value is (18,84,71). Sum of RGB (Red+Green+Blue) = 18+84+71=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #125447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125447 is #EDABB8. Grayscale: #3E3E3E. Windows color (decimal): -15575993 or 4674578. OLE color: 4674578.

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

Color convert

RGB 18 84 71 -
CMYK 0.79 0 0.15 0.67
HSL 168.18º 0.65% 0.2% -
HSV(B) 168.18º 0.79% 0.33% -
XYZ 4.56 6.92 7.06 -
YUV 62.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 18 84 71 0.79 0 0.15 0.67 168.18 0.65 0.2
Hex 12 54 47 4F 0 F 43 A8 41 14
Octal 22 124 107 117 0 17 103 250 101 24
Binary 10010 1010100 1000111 1001111 0 1111 1000011 10101000 1000001 10100

Color Harmonies of #125447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125447

Black with #125447

Text Example


Text Example

White with #125447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125447; }

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

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

background-color css

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

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

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

border-color css

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

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

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