#5AA578

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

Shades of Ocean Green #5AA578

Tints of Ocean Green #5AA578

Color information

#5AA578 (or 0x5AA578) is unknown color: approx Ocean Green. HEX triplet: 5A, A5 and 78. RGB value is (90,165,120). Sum of RGB (Red+Green+Blue) = 90+165+120=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA578 is #A55A87. Grayscale: #898989. Windows color (decimal): -10836616 or 7906650. OLE color: 7906650.

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

Color convert

RGB90165120-
CMYK0.4500.270.35
HSL144º29.41%50%-
HSV(B)144º45.45%64.71%-
XYZ21.0630.4422.53-
YUV137.44118.1594.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 120 (47.27% from 255) = 32%
R=24%
G=44%
B=32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901651200.4500.270.3514429.4150
Hex5AA5782D01B23901d32
Octal13224517055033432203562
Binary10110101010010111110001011010110111000111001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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