#5DA87C

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

Shades of Ocean Green #5DA87C

Tints of Ocean Green #5DA87C

Color information

#5DA87C (or 0x5DA87C) is unknown color: approx Ocean Green. HEX triplet: 5D, A8 and 7C. RGB value is (93,168,124). Sum of RGB (Red+Green+Blue) = 93+168+124=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA87C is #A25783. Grayscale: #8C8C8C. Windows color (decimal): -10639236 or 8169565. OLE color: 8169565.

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

Color convert

RGB93168124-
CMYK0.4500.260.34
HSL144.8º30.12%51.18%-
HSV(B)144.8º44.64%65.88%-
XYZ22.1531.7924.04-
YUV140.56118.6594.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=24.16%
G=43.64%
B=32.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931681240.4500.260.34144.830.1251.18
Hex5DA87C2D01A22911e33
Octal13525017455032422213663
Binary10111011010100011111001011010110101000101001000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,168,124); }

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

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

 a { background-color: rgb(93,168,124); }

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

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

 span { border-color: rgb(93,168,124); }

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