#51997A

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

Shades of Ocean Green #51997A

Tints of Ocean Green #51997A

Color information

#51997A (or 0x51997A) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 7A. RGB value is (81,153,122). Sum of RGB (Red+Green+Blue) = 81+153+122=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #51997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51997A is #AE6685. Grayscale: #7F7F7F. Windows color (decimal): -11429510 or 8034641. OLE color: 8034641.

HSL color Cylindrical-coordinate representation of color #51997A: hue angle of 154.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51997A is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB81153122-
CMYK0.4700.200.4
HSL154.17º30.77%45.88%-
HSV(B)154.17º47.06%60%-
XYZ18.325.9422.45-
YUV127.94124.6594.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=22.75%
G=42.98%
B=34.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531220.4700.200.4154.1730.7745.88
Hex51997A2F014289a1f2e
Octal12123117257024502323756
Binary10100011001100111110101011110101001010001001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51997A; }

 p { color: rgb(81,153,122); }

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

<style>
 a { background-color: #51997A; }

 a { background-color: rgb(81,153,122); }

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

<style>
 span { border-color: #51997A; }

 span { border-color: rgb(81,153,122); }

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