#125F43

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

Shades of Jewel #125F43

Tints of Jewel #125F43

Color information

#125F43 (or 0x125F43) is unknown color: approx Jewel. HEX triplet: 12, 5F and 43. RGB value is (18,95,67). Sum of RGB (Red+Green+Blue) = 18+95+67=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #125F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F43 is #EDA0BC. Grayscale: #444444. Windows color (decimal): -15573181 or 4415250. OLE color: 4415250.

HSL color Cylindrical-coordinate representation of color #125F43: hue angle of 158.18º 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 #125F43 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB189567-
CMYK0.8100.290.63
HSL158.18º68.14%22.16%-
HSV(B)158.18º81.05%37.25%-
XYZ5.358.726.71-
YUV68.78126.9991.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=10%
G=52.78%
B=37.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895670.8100.290.63158.1868.1422.16
Hex125F435101D3F9e4416
Octal221371031210357723610426
Binary1001010111111000011101000101110111111110011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,95,67); }

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

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

 a { background-color: rgb(18,95,67); }

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

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

 span { border-color: rgb(18,95,67); }

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