#5FA67E

Color #5FA67E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5FA67E

Tints of Ocean Green #5FA67E

Color information

#5FA67E (or 0x5FA67E) is unknown color: approx Ocean Green. HEX triplet: 5F, A6 and 7E. RGB value is (95,166,126). Sum of RGB (Red+Green+Blue) = 95+166+126=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA67E is #A05981. Grayscale: #8C8C8C. Windows color (decimal): -10508674 or 8300127. OLE color: 8300127.

HSL color Cylindrical-coordinate representation of color #5FA67E: hue angle of 146.2º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA67E is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB95166126-
CMYK0.4300.240.35
HSL146.2º28.51%51.18%-
HSV(B)146.2º42.77%65.1%-
XYZ22.1231.2124.6-
YUV140.21119.9895.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.55%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=24.55%
G=42.89%
B=32.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661260.4300.240.35146.228.5151.18
Hex5FA67E2B01823921d33
Octal13724617653030432223563
Binary10111111010011011111101010110110001000111001001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA67E; }

 p { color: rgb(95,166,126); }

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

<style>
 a { background-color: #5FA67E; }

 a { background-color: rgb(95,166,126); }

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

<style>
 span { border-color: #5FA67E; }

 span { border-color: rgb(95,166,126); }

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