Html Css Color HEX #5DB47B Ocean Green

📋 copy color: '#5DB47B'

red 93 ◦ green 180 ◦ blue 123

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

Shades of Ocean Green #5DB47B

Tints of Ocean Green #5DB47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 23.48%
G = 45.45%
B = 31.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#5DB47B (or 0x5DB47B) is known color: Ocean Green. HEX triplet: 5D, B4 and 7B. RGB value is (93,180,123). Sum of RGB (Red+Green+Blue) = 93+180+123=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB47B is #A24B84. Grayscale: #939393. Windows color (decimal): -10636165 or 8107101. OLE color: 8107101.

HSL color Cylindrical-coordinate representation of color #5DB47B: hue angle of 140.69º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB47B is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 123 -
CMYK 0.48 0 0.32 0.29
HSL 140.69º 0.37% 0.54% -
HSV(B) 140.69º 0.48% 0.71% -
XYZ 24.41 36.4 24.48 -
YUV 147.49 114.18 89.13 -
System Red Green Blue C M Y K H S L
Decimal 93 180 123 0.48 0 0.32 0.29 140.69 0.37 0.54
Hex 5D B4 7B 30 0 20 1D 8D 25 36
Octal 135 264 173 60 0 40 35 215 45 66
Binary 1011101 10110100 1111011 110000 0 100000 11101 10001101 100101 110110

Color Harmonies of #5DB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB47B

Black with #5DB47B

Text Example


Text Example

White with #5DB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,123); }

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

background-color css

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

 a { background-color: rgb(93,180,123); }

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

border-color css

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

 span { border-color: rgb(93,180,123); }

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