#5DA47D

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

Shades of Ocean Green #5DA47D

Tints of Ocean Green #5DA47D

Color information

#5DA47D (or 0x5DA47D) is unknown color: approx Ocean Green. HEX triplet: 5D, A4 and 7D. RGB value is (93,164,125). Sum of RGB (Red+Green+Blue) = 93+164+125=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA47D is #A25B82. Grayscale: #8A8A8A. Windows color (decimal): -10640259 or 8234077. OLE color: 8234077.

HSL color Cylindrical-coordinate representation of color #5DA47D: hue angle of 147.04º 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 #5DA47D is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB93164125-
CMYK0.4300.240.36
HSL147.04º28.06%50.39%-
HSV(B)147.04º43.29%64.31%-
XYZ21.4930.3624.13-
YUV138.32120.4895.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=24.35%
G=42.93%
B=32.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641250.4300.240.36147.0428.0650.39
Hex5DA47D2B01824931c32
Octal13524417553030442233462
Binary10111011010010011111011010110110001001001001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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