Html Css Color HEX #5DA87C Ocean Green

📋 copy color: '#5DA87C'

red 93 ◦ green 168 ◦ blue 124

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

Shades of Ocean Green #5DA87C

Tints of Ocean Green #5DA87C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 24.16%
G = 43.64%
B = 32.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#5DA87C (or 0x5DA87C) is known color: Ocean Green. HEX triplet: 5D, A8 and 7C. RGB value is (93,168,124). Sum of RGB (Red+Green+Blue) = 93+168+124=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA87C is #A25783. Grayscale: #8C8C8C. Windows color (decimal): -10639236 or 8169565. OLE color: 8169565.

HSL color Cylindrical-coordinate representation of color #5DA87C: hue angle of 144.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA87C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 168 124 -
CMYK 0.45 0 0.26 0.34
HSL 144.8º 0.3% 0.51% -
HSV(B) 144.8º 0.45% 0.66% -
XYZ 22.15 31.79 24.04 -
YUV 140.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 93 168 124 0.45 0 0.26 0.34 144.8 0.3 0.51
Hex 5D A8 7C 2D 0 1A 22 91 1E 33
Octal 135 250 174 55 0 32 42 221 36 63
Binary 1011101 10101000 1111100 101101 0 11010 100010 10010001 11110 110011

Color Harmonies of #5DA87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA87C

Black with #5DA87C

Text Example


Text Example

White with #5DA87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,124); }

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

background-color css

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

 a { background-color: rgb(93,168,124); }

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

border-color css

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

 span { border-color: rgb(93,168,124); }

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