#125E44

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

Shades of Jewel #125E44

Tints of Jewel #125E44

Color information

#125E44 (or 0x125E44) is unknown color: approx Jewel. HEX triplet: 12, 5E and 44. RGB value is (18,94,68). Sum of RGB (Red+Green+Blue) = 18+94+68=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #125E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E44 is #EDA1BB. Grayscale: #444444. Windows color (decimal): -15573436 or 4480530. OLE color: 4480530.

HSL color Cylindrical-coordinate representation of color #125E44: hue angle of 159.47º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E44 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB189468-
CMYK0.8100.280.63
HSL159.47º67.86%21.96%-
HSV(B)159.47º80.85%36.86%-
XYZ5.38.556.84-
YUV68.31127.8292.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 94 (37.11% from 255) = 52.22%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=10%
G=52.22%
B=37.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1894680.8100.280.63159.4767.8621.96
Hex125E445101C3F9f4416
Octal221361041210347723710426
Binary1001010111101000100101000101110011111110011111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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