#5DA47B

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

Shades of Ocean Green #5DA47B

Tints of Ocean Green #5DA47B

Color information

#5DA47B (or 0x5DA47B) is unknown color: approx Ocean Green. HEX triplet: 5D, A4 and 7B. RGB value is (93,164,123). Sum of RGB (Red+Green+Blue) = 93+164+123=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA47B is #A25B84. Grayscale: #8A8A8A. Windows color (decimal): -10640261 or 8103005. OLE color: 8103005.

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

Color convert

RGB93164123-
CMYK0.4300.250.36
HSL145.35º28.06%50.39%-
HSV(B)145.35º43.29%64.31%-
XYZ21.3630.3123.46-
YUV138.1119.4895.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.47%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=24.47%
G=43.16%
B=32.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641230.4300.250.36145.3528.0650.39
Hex5DA47B2B01924911c32
Octal13524417353031442213462
Binary10111011010010011110111010110110011001001001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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