#529F6B

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

Shades of Ocean Green #529F6B

Tints of Ocean Green #529F6B

Color information

#529F6B (or 0x529F6B) is unknown color: approx Ocean Green. HEX triplet: 52, 9F and 6B. RGB value is (82,159,107). Sum of RGB (Red+Green+Blue) = 82+159+107=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #529F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F6B is #AD6094. Grayscale: #828282. Windows color (decimal): -11362453 or 7053138. OLE color: 7053138.

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

Color convert

RGB82159107-
CMYK0.4800.330.38
HSL139.48º31.95%47.25%-
HSV(B)139.48º48.43%62.35%-
XYZ18.5327.6518.27-
YUV130.05114.9993.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=23.56%
G=45.69%
B=30.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591070.4800.330.38139.4831.9547.25
Hex529F6B30021268b202f
Octal12223715360041462134057
Binary1010010100111111101011110000010000110011010001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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