#5AA574

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

Shades of Ocean Green #5AA574

Tints of Ocean Green #5AA574

Color information

#5AA574 (or 0x5AA574) is unknown color: approx Ocean Green. HEX triplet: 5A, A5 and 74. RGB value is (90,165,116). Sum of RGB (Red+Green+Blue) = 90+165+116=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA574 is #A55A8B. Grayscale: #898989. Windows color (decimal): -10836620 or 7644506. OLE color: 7644506.

HSL color Cylindrical-coordinate representation of color #5AA574: hue angle of 140.8º 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 #5AA574 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB90165116-
CMYK0.4500.300.35
HSL140.8º29.41%50%-
HSV(B)140.8º45.45%64.71%-
XYZ20.8230.3421.28-
YUV136.99116.1594.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=24.26%
G=44.47%
B=31.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901651160.4500.300.35140.829.4150
Hex5AA5742D01E238d1d32
Octal13224516455036432153562
Binary10110101010010111101001011010111101000111000110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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