Html Css Color HEX #125541 Deep Teal

📋 copy color: '#125541'

red 18 ◦ green 85 ◦ blue 65

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

Shades of Deep Teal #125541

Tints of Deep Teal #125541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 10.71%
G = 50.6%
B = 38.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#125541 (or 0x125541) is known color: Deep Teal. HEX triplet: 12, 55 and 41. RGB value is (18,85,65). Sum of RGB (Red+Green+Blue) = 18+85+65=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #125541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125541 is #EDAABE. Grayscale: #3E3E3E. Windows color (decimal): -15575743 or 4281618. OLE color: 4281618.

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

Color convert

RGB 18 85 65 -
CMYK 0.79 0 0.24 0.67
HSL 162.09º 0.65% 0.2% -
HSV(B) 162.09º 0.79% 0.33% -
XYZ 4.45 7.01 6.12 -
YUV 62.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 18 85 65 0.79 0 0.24 0.67 162.09 0.65 0.2
Hex 12 55 41 4F 0 18 43 A2 41 14
Octal 22 125 101 117 0 30 103 242 101 24
Binary 10010 1010101 1000001 1001111 0 11000 1000011 10100010 1000001 10100

Color Harmonies of #125541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125541

Black with #125541

Text Example


Text Example

White with #125541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125541; }

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

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

background-color css

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

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

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

border-color css

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

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

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