#529F7A

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

Shades of Ocean Green #529F7A

Tints of Ocean Green #529F7A

Color information

#529F7A (or 0x529F7A) is unknown color: approx Ocean Green. HEX triplet: 52, 9F and 7A. RGB value is (82,159,122). Sum of RGB (Red+Green+Blue) = 82+159+122=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #529F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F7A is #AD6085. Grayscale: #838383. Windows color (decimal): -11362438 or 8036178. OLE color: 8036178.

HSL color Cylindrical-coordinate representation of color #529F7A: hue angle of 151.17º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F7A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB82159122-
CMYK0.4800.230.38
HSL151.17º31.95%47.25%-
HSV(B)151.17º48.43%62.35%-
XYZ19.392822.79-
YUV131.76122.4992.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=22.59%
G=43.80%
B=33.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591220.4800.230.38151.1731.9547.25
Hex529F7A300172697202f
Octal12223717260027462274057
Binary101001010011111111101011000001011110011010010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529F7A; }

 p { color: rgb(82,159,122); }

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

<style>
 a { background-color: #529F7A; }

 a { background-color: rgb(82,159,122); }

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

<style>
 span { border-color: #529F7A; }

 span { border-color: rgb(82,159,122); }

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