#5AA478

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

Shades of Ocean Green #5AA478

Tints of Ocean Green #5AA478

Color information

#5AA478 (or 0x5AA478) is unknown color: approx Ocean Green. HEX triplet: 5A, A4 and 78. RGB value is (90,164,120). Sum of RGB (Red+Green+Blue) = 90+164+120=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA478 is #A55B87. Grayscale: #888888. Windows color (decimal): -10836872 or 7906394. OLE color: 7906394.

HSL color Cylindrical-coordinate representation of color #5AA478: hue angle of 144.32º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA478 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB90164120-
CMYK0.4500.270.36
HSL144.32º29.13%49.8%-
HSV(B)144.32º45.12%64.31%-
XYZ20.8830.0822.47-
YUV136.86118.4894.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.06%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=24.06%
G=43.85%
B=32.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641200.4500.270.36144.3229.1349.8
Hex5AA4782D01B24901d32
Octal13224417055033442203562
Binary10110101010010011110001011010110111001001001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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