#5DA87E

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

Shades of Ocean Green #5DA87E

Tints of Ocean Green #5DA87E

Color information

#5DA87E (or 0x5DA87E) is unknown color: approx Ocean Green. HEX triplet: 5D, A8 and 7E. RGB value is (93,168,126). Sum of RGB (Red+Green+Blue) = 93+168+126=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA87E is #A25781. Grayscale: #8C8C8C. Windows color (decimal): -10639234 or 8300637. OLE color: 8300637.

HSL color Cylindrical-coordinate representation of color #5DA87E: hue angle of 146.4º 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 #5DA87E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB93168126-
CMYK0.4500.250.34
HSL146.4º30.12%51.18%-
HSV(B)146.4º44.64%65.88%-
XYZ22.2831.8424.71-
YUV140.79119.6593.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=24.03%
G=43.41%
B=32.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931681260.4500.250.34146.430.1251.18
Hex5DA87E2D01922921e33
Octal13525017655031422223663
Binary10111011010100011111101011010110011000101001001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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