#5AAF78

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

Shades of Ocean Green #5AAF78

Tints of Ocean Green #5AAF78

Color information

#5AAF78 (or 0x5AAF78) is unknown color: approx Ocean Green. HEX triplet: 5A, AF and 78. RGB value is (90,175,120). Sum of RGB (Red+Green+Blue) = 90+175+120=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF78 is #A55087. Grayscale: #8F8F8F. Windows color (decimal): -10834056 or 7909210. OLE color: 7909210.

HSL color Cylindrical-coordinate representation of color #5AAF78: hue angle of 141.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF78 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB90175120-
CMYK0.4900.310.31
HSL141.18º34.69%51.96%-
HSV(B)141.18º48.57%68.63%-
XYZ22.9434.1923.16-
YUV143.32114.8489.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=23.38%
G=45.45%
B=31.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901751200.4900.310.31141.1834.6951.96
Hex5AAF783101F1F8d2334
Octal13225717061037372154364
Binary10110101010111111110001100010111111111110001101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,120); }

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

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

 a { background-color: rgb(90,175,120); }

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

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

 span { border-color: rgb(90,175,120); }

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