#5DB07B

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

Shades of Ocean Green #5DB07B

Tints of Ocean Green #5DB07B

Color information

#5DB07B (or 0x5DB07B) is unknown color: approx Ocean Green. HEX triplet: 5D, B0 and 7B. RGB value is (93,176,123). Sum of RGB (Red+Green+Blue) = 93+176+123=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB07B is #A24F84. Grayscale: #919191. Windows color (decimal): -10637189 or 8106077. OLE color: 8106077.

HSL color Cylindrical-coordinate representation of color #5DB07B: hue angle of 141.69º degrees, saturation: 0.34, 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 #5DB07B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB93176123-
CMYK0.4700.300.31
HSL141.69º34.44%52.75%-
HSV(B)141.69º47.16%69.02%-
XYZ23.6134.8124.21-
YUV145.14115.590.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.72%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=23.72%
G=44.90%
B=31.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931761230.4700.300.31141.6934.4452.75
Hex5DB07B2F01E1F8e2235
Octal13526017357036372164265
Binary10111011011000011110111011110111101111110001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DB07B;
 }
 .AnyTagClassName
 {
   color: #5DB07B;
 }
</style>
background-color css

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

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

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

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

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

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