#529C7A

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

Shades of Ocean Green #529C7A

Tints of Ocean Green #529C7A

Color information

#529C7A (or 0x529C7A) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 7A. RGB value is (82,156,122). Sum of RGB (Red+Green+Blue) = 82+156+122=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7A is #AD6385. Grayscale: #828282. Windows color (decimal): -11363206 or 8035410. OLE color: 8035410.

HSL color Cylindrical-coordinate representation of color #529C7A: hue angle of 152.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C7A is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB82156122-
CMYK0.4700.220.39
HSL152.43º31.09%46.67%-
HSV(B)152.43º47.44%61.18%-
XYZ18.8826.9822.62-
YUV130123.4893.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=22.78%
G=43.33%
B=33.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561220.4700.220.39152.4331.0946.67
Hex529C7A2F01627981f2f
Octal12223417257026472303757
Binary10100101001110011110101011110101101001111001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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