#5DA480

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

Shades of Ocean Green #5DA480

Tints of Ocean Green #5DA480

Color information

#5DA480 (or 0x5DA480) is unknown color: approx Ocean Green. HEX triplet: 5D, A4 and 80. RGB value is (93,164,128). Sum of RGB (Red+Green+Blue) = 93+164+128=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA480 is #A25B7F. Grayscale: #8A8A8A. Windows color (decimal): -10640256 or 8430685. OLE color: 8430685.

HSL color Cylindrical-coordinate representation of color #5DA480: hue angle of 149.58º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA480 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB93164128-
CMYK0.4300.220.36
HSL149.58º28.06%50.39%-
HSV(B)149.58º43.29%64.31%-
XYZ21.6930.4425.15-
YUV138.67121.9895.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=24.16%
G=42.60%
B=33.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641280.4300.220.36149.5828.0650.39
Hex5DA4802B01624961c32
Octal13524420053026442263462
Binary101110110100100100000001010110101101001001001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,128); }

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

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

 a { background-color: rgb(93,164,128); }

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

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

 span { border-color: rgb(93,164,128); }

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