#125B4A

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

Shades of Evening Sea #125B4A

Tints of Evening Sea #125B4A

Color information

#125B4A (or 0x125B4A) is unknown color: approx Evening Sea. HEX triplet: 12, 5B and 4A. RGB value is (18,91,74). Sum of RGB (Red+Green+Blue) = 18+91+74=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B4A is #EDA4B5. Grayscale: #434343. Windows color (decimal): -15574198 or 4872978. OLE color: 4872978.

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

Color convert

RGB189174-
CMYK0.8000.190.64
HSL166.03º66.97%21.37%-
HSV(B)166.03º80.22%35.69%-
XYZ5.238.117.77-
YUV67.23131.8292.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=9.84%
G=49.73%
B=40.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891740.8000.190.64166.0366.9721.37
Hex125B4A5001340a64315
Octal2213311212002310024610325
Binary10010101101110010101010000010011100000010100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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