Html Css Color HEX #125544 Deep Teal

📋 copy color: '#125544'

red 18 ◦ green 85 ◦ blue 68

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

Shades of Deep Teal #125544

Tints of Deep Teal #125544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 10.53%
G = 49.71%
B = 39.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#125544 (or 0x125544) is known color: Deep Teal. HEX triplet: 12, 55 and 44. RGB value is (18,85,68). Sum of RGB (Red+Green+Blue) = 18+85+68=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #125544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125544 is #EDAABB. Grayscale: #3F3F3F. Windows color (decimal): -15575740 or 4478226. OLE color: 4478226.

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

Color convert

RGB 18 85 68 -
CMYK 0.79 0 0.20 0.67
HSL 164.78º 0.65% 0.2% -
HSV(B) 164.78º 0.79% 0.33% -
XYZ 4.54 7.04 6.59 -
YUV 63.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 18 85 68 0.79 0 0.20 0.67 164.78 0.65 0.2
Hex 12 55 44 4F 0 14 43 A5 41 14
Octal 22 125 104 117 0 24 103 245 101 24
Binary 10010 1010101 1000100 1001111 0 10100 1000011 10100101 1000001 10100

Color Harmonies of #125544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125544

Black with #125544

Text Example


Text Example

White with #125544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125544; }

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

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

background-color css

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

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

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

border-color css

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

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

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