#125B4D

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

Shades of Evening Sea #125B4D

Tints of Evening Sea #125B4D

Color information

#125B4D (or 0x125B4D) is unknown color: approx Evening Sea. HEX triplet: 12, 5B and 4D. RGB value is (18,91,77). Sum of RGB (Red+Green+Blue) = 18+91+77=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B4D is #EDA4B2. Grayscale: #434343. Windows color (decimal): -15574195 or 5069586. OLE color: 5069586.

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

Color convert

RGB189177-
CMYK0.8000.150.64
HSL168.49º66.97%21.37%-
HSV(B)168.49º80.22%35.69%-
XYZ5.338.158.31-
YUV67.58133.3292.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=9.68%
G=48.92%
B=41.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891770.8000.150.64168.4966.9721.37
Hex125B4D500F40a84315
Octal2213311512001710025010325
Binary1001010110111001101101000001111100000010101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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