#529D6A

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

Shades of Ocean Green #529D6A

Tints of Ocean Green #529D6A

Color information

#529D6A (or 0x529D6A) is unknown color: approx Ocean Green. HEX triplet: 52, 9D and 6A. RGB value is (82,157,106). Sum of RGB (Red+Green+Blue) = 82+157+106=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #529D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D6A is #AD6295. Grayscale: #808080. Windows color (decimal): -11362966 or 6987090. OLE color: 6987090.

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

Color convert

RGB82157106-
CMYK0.4800.320.38
HSL139.2º31.38%46.86%-
HSV(B)139.2º47.77%61.57%-
XYZ18.1426.9517.88-
YUV128.76115.1594.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=23.77%
G=45.51%
B=30.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571060.4800.320.38139.231.3846.86
Hex529D6A30020268b1f2f
Octal12223515260040462133757
Binary101001010011101110101011000001000001001101000101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,157,106); }

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

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

 a { background-color: rgb(82,157,106); }

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

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

 span { border-color: rgb(82,157,106); }

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