#51B885

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

Shades of Ocean Green #51B885

Tints of Ocean Green #51B885

Color information

#51B885 (or 0x51B885) is unknown color: approx Ocean Green. HEX triplet: 51, B8 and 85. RGB value is (81,184,133). Sum of RGB (Red+Green+Blue) = 81+184+133=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #51B885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B885 is #AE477A. Grayscale: #939393. Windows color (decimal): -11421563 or 8763473. OLE color: 8763473.

HSL color Cylindrical-coordinate representation of color #51B885: hue angle of 150.29º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B885 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB81184133-
CMYK0.5600.280.28
HSL150.29º42.04%51.96%-
HSV(B)150.29º55.98%72.16%-
XYZ24.7737.7228.17-
YUV147.39119.8880.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.35%
GREEN value IS 184 (72.27% from 255) = 46.23%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=20.35%
G=46.23%
B=33.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811841330.5600.280.28150.2942.0451.96
Hex51B8853801C1C962a34
Octal12127020570034342265264
Binary101000110111000100001011110000111001110010010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B885; }

 p { color: rgb(81,184,133); }

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

<style>
 a { background-color: #51B885; }

 a { background-color: rgb(81,184,133); }

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

<style>
 span { border-color: #51B885; }

 span { border-color: rgb(81,184,133); }

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