#5AA67D

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

Shades of Ocean Green #5AA67D

Tints of Ocean Green #5AA67D

Color information

#5AA67D (or 0x5AA67D) is unknown color: approx Ocean Green. HEX triplet: 5A, A6 and 7D. RGB value is (90,166,125). Sum of RGB (Red+Green+Blue) = 90+166+125=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA67D is #A55982. Grayscale: #8A8A8A. Windows color (decimal): -10836355 or 8234586. OLE color: 8234586.

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

Color convert

RGB90166125-
CMYK0.4600.250.35
HSL147.63º29.92%50.2%-
HSV(B)147.63º45.78%65.1%-
XYZ21.5530.9324.24-
YUV138.6120.3293.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=23.62%
G=43.57%
B=32.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661250.4600.250.35147.6329.9250.2
Hex5AA67D2E01923941e32
Octal13224617556031432243662
Binary10110101010011011111011011100110011000111001010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,125); }

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

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

 a { background-color: rgb(90,166,125); }

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

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

 span { border-color: rgb(90,166,125); }

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