Html Css Color HEX #5DA47D Ocean Green

📋 copy color: '#5DA47D'

red 93 ◦ green 164 ◦ blue 125

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

Shades of Ocean Green #5DA47D

Tints of Ocean Green #5DA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

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

R = 24.35%
G = 42.93%
B = 32.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#5DA47D (or 0x5DA47D) is known color: Ocean Green. HEX triplet: 5D, A4 and 7D. RGB value is (93,164,125). Sum of RGB (Red+Green+Blue) = 93+164+125=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA47D is #A25B82. Grayscale: #8A8A8A. Windows color (decimal): -10640259 or 8234077. OLE color: 8234077.

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

Color convert

RGB 93 164 125 -
CMYK 0.43 0 0.24 0.36
HSL 147.04º 0.28% 0.5% -
HSV(B) 147.04º 0.43% 0.64% -
XYZ 21.49 30.36 24.13 -
YUV 138.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 93 164 125 0.43 0 0.24 0.36 147.04 0.28 0.5
Hex 5D A4 7D 2B 0 18 24 93 1C 32
Octal 135 244 175 53 0 30 44 223 34 62
Binary 1011101 10100100 1111101 101011 0 11000 100100 10010011 11100 110010

Color Harmonies of #5DA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA47D

Black with #5DA47D

Text Example


Text Example

White with #5DA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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