#5DAE81

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

Shades of Ocean Green #5DAE81

Tints of Ocean Green #5DAE81

Color information

#5DAE81 (or 0x5DAE81) is unknown color: approx Ocean Green. HEX triplet: 5D, AE and 81. RGB value is (93,174,129). Sum of RGB (Red+Green+Blue) = 93+174+129=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE81 is #A2517E. Grayscale: #909090. Windows color (decimal): -10637695 or 8498781. OLE color: 8498781.

HSL color Cylindrical-coordinate representation of color #5DAE81: hue angle of 146.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE81 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB93174129-
CMYK0.4700.260.32
HSL146.67º33.33%52.35%-
HSV(B)146.67º46.55%68.24%-
XYZ23.6134.1826.12-
YUV144.65119.1691.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.48%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=23.48%
G=43.94%
B=32.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931741290.4700.260.32146.6733.3352.35
Hex5DAE812F01A20932134
Octal13525620157032402234164
Binary1011101101011101000000110111101101010000010010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,174,129); }

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

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

 a { background-color: rgb(93,174,129); }

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

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

 span { border-color: rgb(93,174,129); }

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