#5DB47B

Color #5DB47B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5DB47B

Tints of Ocean Green #5DB47B

Color information

#5DB47B (or 0x5DB47B) is unknown color: approx 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

RGB93180123-
CMYK0.4800.320.29
HSL140.69º36.71%53.53%-
HSV(B)140.69º48.33%70.59%-
XYZ24.4136.424.48-
YUV147.49114.1889.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.48%
GREEN value IS 180 (70.70% 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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801230.4800.320.29140.6936.7153.53
Hex5DB47B300201D8d2536
Octal13526417360040352154566
Binary101110110110100111101111000001000001110110001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>