#125B42

Color #125B42 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #125B42

Tints of Jewel #125B42

Color information

#125B42 (or 0x125B42) is unknown color: approx Jewel. HEX triplet: 12, 5B and 42. RGB value is (18,91,66). Sum of RGB (Red+Green+Blue) = 18+91+66=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #125B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B42 is #EDA4BD. Grayscale: #424242. Windows color (decimal): -15574206 or 4348690. OLE color: 4348690.

HSL color Cylindrical-coordinate representation of color #125B42: hue angle of 159.45º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B42 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB189166-
CMYK0.8000.270.64
HSL159.45º66.97%21.37%-
HSV(B)159.45º80.22%35.69%-
XYZ4.9786.44-
YUV66.32127.8293.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 91 (35.94% from 255) = 52%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=10.29%
G=52%
B=37.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891660.8000.270.64159.4566.9721.37
Hex125B425001B409f4315
Octal2213310212003310023710325
Binary10010101101110000101010000011011100000010011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B42; }

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

 H1.HeaderClassName
 {
   color: #125B42;
 }
 .AnyTagClassName
 {
   color: #125B42;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #125B42;
 }
 .BgClassName
 {
   background-color: #125B42;
 }
</style>
border-color css

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

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

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