#5aae82

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

Shades of Ocean Green #5AAE82

Tints of Ocean Green #5AAE82

Color information

#5AAE82 (or 0x5AAE82) is unknown color: approx Ocean Green. HEX triplet: 5A, AE and 82. RGB value is (90,174,130). Sum of RGB (Red+Green+Blue) = 90+174+130=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAE82 is #A5517D. Grayscale: #8F8F8F. Windows color (decimal): -10834302 or 8564314. OLE color: 8564314.

HSL color Cylindrical-coordinate representation of color #5AAE82: hue angle of 148.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE82 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB90174130-
CMYK0.4800.250.32
HSL148.57º34.15%51.76%-
HSV(B)148.57º48.28%68.24%-
XYZ23.3834.0626.46-
YUV143.87120.1789.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=22.84%
G=44.16%
B=32.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901741300.4800.250.32148.5734.1551.76
Hex5AAE823001920952234
Octal13225620260031402254264
Binary1011010101011101000001011000001100110000010010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aae82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,130); }

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

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

 a { background-color: rgb(90,174,130); }

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

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

 span { border-color: rgb(90,174,130); }

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