#529F6E

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

Shades of Ocean Green #529F6E

Tints of Ocean Green #529F6E

Color information

#529F6E (or 0x529F6E) is unknown color: approx Ocean Green. HEX triplet: 52, 9F and 6E. RGB value is (82,159,110). Sum of RGB (Red+Green+Blue) = 82+159+110=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #529F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F6E is #AD6091. Grayscale: #828282. Windows color (decimal): -11362450 or 7249746. OLE color: 7249746.

HSL color Cylindrical-coordinate representation of color #529F6E: hue angle of 141.82º 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 #529F6E is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB82159110-
CMYK0.4800.310.38
HSL141.82º31.95%47.25%-
HSV(B)141.82º48.43%62.35%-
XYZ18.6927.7219.12-
YUV130.39116.4993.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=23.36%
G=45.30%
B=31.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591100.4800.310.38141.8231.9547.25
Hex529F6E3001F268e202f
Octal12223715660037462164057
Binary101001010011111110111011000001111110011010001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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