Html Css Color HEX #125748 Deep Teal

📋 copy color: '#125748'

red 18 ◦ green 87 ◦ blue 72

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

Shades of Deep Teal #125748

Tints of Deep Teal #125748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 10.17%
G = 49.15%
B = 40.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#125748 (or 0x125748) is known color: Deep Teal. HEX triplet: 12, 57 and 48. RGB value is (18,87,72). Sum of RGB (Red+Green+Blue) = 18+87+72=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #125748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125748 is #EDA8B7. Grayscale: #404040. Windows color (decimal): -15575224 or 4740882. OLE color: 4740882.

HSL color Cylindrical-coordinate representation of color #125748: hue angle of 166.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125748 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 72 -
CMYK 0.79 0 0.17 0.66
HSL 166.96º 0.66% 0.21% -
HSV(B) 166.96º 0.79% 0.34% -
XYZ 4.83 7.41 7.31 -
YUV 64.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 18 87 72 0.79 0 0.17 0.66 166.96 0.66 0.21
Hex 12 57 48 4F 0 11 42 A7 42 15
Octal 22 127 110 117 0 21 102 247 102 25
Binary 10010 1010111 1001000 1001111 0 10001 1000010 10100111 1000010 10101

Color Harmonies of #125748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125748

Black with #125748

Text Example


Text Example

White with #125748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125748; }

 p { color: rgb(18,87,72); }

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

background-color css

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

 a { background-color: rgb(18,87,72); }

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

border-color css

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

 span { border-color: rgb(18,87,72); }

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