Html Css Color HEX #5DAE79 Ocean Green

📋 copy color: '#5DAE79'

red 93 ◦ green 174 ◦ blue 121

#5DAE79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5DAE79

Tints of Ocean Green #5DAE79

RGB

 RED value IS 93 (36.72% from 255) = 23.97%

 GREEN value IS 174 (68.36% from 255) = 44.85%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 23.97%
G = 44.85%
B = 31.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#5DAE79 (or 0x5DAE79) is known color: Ocean Green. HEX triplet: 5D, AE and 79. RGB value is (93,174,121). Sum of RGB (Red+Green+Blue) = 93+174+121=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE79 is #A25186. Grayscale: #8F8F8F. Windows color (decimal): -10637703 or 7974493. OLE color: 7974493.

HSL color Cylindrical-coordinate representation of color #5DAE79: hue angle of 140.74º 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 #5DAE79 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 121 -
CMYK 0.47 0 0.30 0.32
HSL 140.74º 0.33% 0.52% -
HSV(B) 140.74º 0.47% 0.68% -
XYZ 23.1 33.98 23.43 -
YUV 143.74 115.16 91.81 -
System Red Green Blue C M Y K H S L
Decimal 93 174 121 0.47 0 0.30 0.32 140.74 0.33 0.52
Hex 5D AE 79 2F 0 1E 20 8D 21 34
Octal 135 256 171 57 0 36 40 215 41 64
Binary 1011101 10101110 1111001 101111 0 11110 100000 10001101 100001 110100

Color Harmonies of #5DAE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE79

Black with #5DAE79

Text Example


Text Example

White with #5DAE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DAE79;
 }
 .AnyTagClassName
 {
   color: #5DAE79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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