#5FAE78

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

Shades of Ocean Green #5FAE78

Tints of Ocean Green #5FAE78

Color information

#5FAE78 (or 0x5FAE78) is unknown color: approx Ocean Green. HEX triplet: 5F, AE and 78. RGB value is (95,174,120). Sum of RGB (Red+Green+Blue) = 95+174+120=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE78 is #A05187. Grayscale: #909090. Windows color (decimal): -10506632 or 7908959. OLE color: 7908959.

HSL color Cylindrical-coordinate representation of color #5FAE78: hue angle of 138.99º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE78 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB95174120-
CMYK0.4500.310.32
HSL138.99º32.78%52.75%-
HSV(B)138.99º45.4%68.24%-
XYZ23.2534.0623.12-
YUV144.22114.3392.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=24.42%
G=44.73%
B=30.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741200.4500.310.32138.9932.7852.75
Hex5FAE782D01F208b2135
Octal13725617055037402134165
Binary101111110101110111100010110101111110000010001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,120); }

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

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

 a { background-color: rgb(95,174,120); }

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

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

 span { border-color: rgb(95,174,120); }

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