#125A4D

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

Shades of Evening Sea #125A4D

Tints of Evening Sea #125A4D

Color information

#125A4D (or 0x125A4D) is unknown color: approx Evening Sea. HEX triplet: 12, 5A and 4D. RGB value is (18,90,77). Sum of RGB (Red+Green+Blue) = 18+90+77=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #125A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A4D is #EDA5B2. Grayscale: #424242. Windows color (decimal): -15574451 or 5069330. OLE color: 5069330.

HSL color Cylindrical-coordinate representation of color #125A4D: hue angle of 169.17º 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 #125A4D is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB189077-
CMYK0.8000.140.65
HSL169.17º66.67%21.18%-
HSV(B)169.17º80%35.29%-
XYZ5.257.988.28-
YUV66.99133.6593.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 90 (35.55% from 255) = 48.65%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=9.73%
G=48.65%
B=41.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890770.8000.140.65169.1766.6721.18
Hex125A4D500E41a94315
Octal2213211512001610125110325
Binary1001010110101001101101000001110100000110101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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