Html Css Color HEX #5DAE7D Ocean Green

📋 copy color: '#5DAE7D'

red 93 ◦ green 174 ◦ blue 125

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

Shades of Ocean Green #5DAE7D

Tints of Ocean Green #5DAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 23.72%
G = 44.39%
B = 31.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#5DAE7D (or 0x5DAE7D) is known color: Ocean Green. HEX triplet: 5D, AE and 7D. RGB value is (93,174,125). Sum of RGB (Red+Green+Blue) = 93+174+125=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE7D is #A25182. Grayscale: #909090. Windows color (decimal): -10637699 or 8236637. OLE color: 8236637.

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

Color convert

RGB 93 174 125 -
CMYK 0.47 0 0.28 0.32
HSL 143.7º 0.33% 0.52% -
HSV(B) 143.7º 0.47% 0.68% -
XYZ 23.35 34.08 24.75 -
YUV 144.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 93 174 125 0.47 0 0.28 0.32 143.7 0.33 0.52
Hex 5D AE 7D 2F 0 1C 20 90 21 34
Octal 135 256 175 57 0 34 40 220 41 64
Binary 1011101 10101110 1111101 101111 0 11100 100000 10010000 100001 110100

Color Harmonies of #5DAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE7D

Black with #5DAE7D

Text Example


Text Example

White with #5DAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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