#5AA87B

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

Shades of Ocean Green #5AA87B

Tints of Ocean Green #5AA87B

Color information

#5AA87B (or 0x5AA87B) is unknown color: approx Ocean Green. HEX triplet: 5A, A8 and 7B. RGB value is (90,168,123). Sum of RGB (Red+Green+Blue) = 90+168+123=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA87B is #A55784. Grayscale: #8B8B8B. Windows color (decimal): -10835845 or 8104026. OLE color: 8104026.

HSL color Cylindrical-coordinate representation of color #5AA87B: hue angle of 145.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA87B is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB90168123-
CMYK0.4600.270.34
HSL145.38º30.95%50.59%-
HSV(B)145.38º46.43%65.88%-
XYZ21.7931.6123.69-
YUV139.55118.6692.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=23.62%
G=44.09%
B=32.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901681230.4600.270.34145.3830.9550.59
Hex5AA87B2E01B22911f33
Octal13225017356033422213763
Binary10110101010100011110111011100110111000101001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,168,123); }

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

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

 a { background-color: rgb(90,168,123); }

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

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

 span { border-color: rgb(90,168,123); }

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