Html Css Color HEX #125542 Deep Teal

📋 copy color: '#125542'

red 18 ◦ green 85 ◦ blue 66

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

Shades of Deep Teal #125542

Tints of Deep Teal #125542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 10.65%
G = 50.3%
B = 39.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#125542 (or 0x125542) is known color: Deep Teal. HEX triplet: 12, 55 and 42. RGB value is (18,85,66). Sum of RGB (Red+Green+Blue) = 18+85+66=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #125542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125542 is #EDAABD. Grayscale: #3E3E3E. Windows color (decimal): -15575742 or 4347154. OLE color: 4347154.

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

Color convert

RGB 18 85 66 -
CMYK 0.79 0 0.22 0.67
HSL 162.99º 0.65% 0.2% -
HSV(B) 162.99º 0.79% 0.33% -
XYZ 4.48 7.02 6.27 -
YUV 62.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 18 85 66 0.79 0 0.22 0.67 162.99 0.65 0.2
Hex 12 55 42 4F 0 16 43 A3 41 14
Octal 22 125 102 117 0 26 103 243 101 24
Binary 10010 1010101 1000010 1001111 0 10110 1000011 10100011 1000001 10100

Color Harmonies of #125542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125542

Black with #125542

Text Example


Text Example

White with #125542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125542; }

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

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

background-color css

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

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

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

border-color css

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

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

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