Html Css Color HEX #5DB17C Ocean Green

📋 copy color: '#5DB17C'

red 93 ◦ green 177 ◦ blue 124

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

Shades of Ocean Green #5DB17C

Tints of Ocean Green #5DB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.92%

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

R = 23.6%
G = 44.92%
B = 31.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#5DB17C (or 0x5DB17C) is known color: Ocean Green. HEX triplet: 5D, B1 and 7C. RGB value is (93,177,124). Sum of RGB (Red+Green+Blue) = 93+177+124=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB17C is #A24E83. Grayscale: #919191. Windows color (decimal): -10636932 or 8171869. OLE color: 8171869.

HSL color Cylindrical-coordinate representation of color #5DB17C: hue angle of 142.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB17C is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 177 124 -
CMYK 0.47 0 0.30 0.31
HSL 142.14º 0.35% 0.53% -
HSV(B) 142.14º 0.47% 0.69% -
XYZ 23.87 35.23 24.61 -
YUV 145.84 115.67 90.31 -
System Red Green Blue C M Y K H S L
Decimal 93 177 124 0.47 0 0.30 0.31 142.14 0.35 0.53
Hex 5D B1 7C 2F 0 1E 1F 8E 23 35
Octal 135 261 174 57 0 36 37 216 43 65
Binary 1011101 10110001 1111100 101111 0 11110 11111 10001110 100011 110101

Color Harmonies of #5DB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB17C

Black with #5DB17C

Text Example


Text Example

White with #5DB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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