#529E75

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

Shades of Ocean Green #529E75

Tints of Ocean Green #529E75

Color information

#529E75 (or 0x529E75) is unknown color: approx Ocean Green. HEX triplet: 52, 9E and 75. RGB value is (82,158,117). Sum of RGB (Red+Green+Blue) = 82+158+117=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #529E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E75 is #AD618A. Grayscale: #828282. Windows color (decimal): -11362699 or 7708242. OLE color: 7708242.

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

Color convert

RGB82158117-
CMYK0.4800.260.38
HSL147.63º31.67%47.06%-
HSV(B)147.63º48.1%61.96%-
XYZ18.9227.5321.15-
YUV130.6120.3293.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=22.97%
G=44.26%
B=32.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581170.4800.260.38147.6331.6747.06
Hex529E753001A2694202f
Octal12223616560032462244057
Binary101001010011110111010111000001101010011010010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,158,117); }

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

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

 a { background-color: rgb(82,158,117); }

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

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

 span { border-color: rgb(82,158,117); }

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