#125A44

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

Shades of Jewel #125A44

Tints of Jewel #125A44

Color information

#125A44 (or 0x125A44) is unknown color: approx Jewel. HEX triplet: 12, 5A and 44. RGB value is (18,90,68). Sum of RGB (Red+Green+Blue) = 18+90+68=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #125A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A44 is #EDA5BB. Grayscale: #414141. Windows color (decimal): -15574460 or 4479506. OLE color: 4479506.

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

Color convert

RGB189068-
CMYK0.8000.240.65
HSL161.67º66.67%21.18%-
HSV(B)161.67º80%35.29%-
XYZ4.957.866.72-
YUV65.96129.1593.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=10.23%
G=51.14%
B=38.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890680.8000.240.65161.6766.6721.18
Hex125A445001841a24315
Octal2213210412003010124210325
Binary10010101101010001001010000011000100000110100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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