#0F5A4B

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

Shades of Evening Sea #0F5A4B

Tints of Evening Sea #0F5A4B

Color information

#0F5A4B (or 0x0F5A4B) is unknown color: approx Evening Sea. HEX triplet: 0F, 5A and 4B. RGB value is (15,90,75). Sum of RGB (Red+Green+Blue) = 15+90+75=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A4B is #F0A5B4. Grayscale: #414141. Windows color (decimal): -15771061 or 4938255. OLE color: 4938255.

HSL color Cylindrical-coordinate representation of color #0F5A4B: hue angle of 168º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A4B is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB159075-
CMYK0.8300.170.65
HSL168º71.43%20.59%-
HSV(B)168º83.33%35.29%-
XYZ5.127.927.92-
YUV65.86133.1591.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.33%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=8.33%
G=50%
B=41.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1590750.8300.170.6516871.4320.59
HexF5A4B5301141a84715
Octal1713211312302110125010725
Binary1111101101010010111010011010001100000110101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5A4B; }

 p { color: rgb(15,90,75); }

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

<style>
 a { background-color: #0F5A4B; }

 a { background-color: rgb(15,90,75); }

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

<style>
 span { border-color: #0F5A4B; }

 span { border-color: rgb(15,90,75); }

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