#5DA67E

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

Shades of Ocean Green #5DA67E

Tints of Ocean Green #5DA67E

Color information

#5DA67E (or 0x5DA67E) is unknown color: approx Ocean Green. HEX triplet: 5D, A6 and 7E. RGB value is (93,166,126). Sum of RGB (Red+Green+Blue) = 93+166+126=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA67E is #A25981. Grayscale: #8B8B8B. Windows color (decimal): -10639746 or 8300125. OLE color: 8300125.

HSL color Cylindrical-coordinate representation of color #5DA67E: hue angle of 147.12º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA67E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB93166126-
CMYK0.4400.240.35
HSL147.12º29.08%50.78%-
HSV(B)147.12º43.98%65.1%-
XYZ21.9231.1124.59-
YUV139.61120.3294.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=24.16%
G=43.12%
B=32.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931661260.4400.240.35147.1229.0850.78
Hex5DA67E2C01823931d33
Octal13524617654030432233563
Binary10111011010011011111101011000110001000111001001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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