#529E76

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

Shades of Ocean Green #529E76

Tints of Ocean Green #529E76

Color information

#529E76 (or 0x529E76) is unknown color: approx Ocean Green. HEX triplet: 52, 9E and 76. RGB value is (82,158,118). Sum of RGB (Red+Green+Blue) = 82+158+118=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #529E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E76 is #AD6189. Grayscale: #828282. Windows color (decimal): -11362698 or 7773778. OLE color: 7773778.

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

Color convert

RGB82158118-
CMYK0.4800.250.38
HSL148.42º31.67%47.06%-
HSV(B)148.42º48.1%61.96%-
XYZ18.9827.5621.46-
YUV130.72120.8293.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=22.91%
G=44.13%
B=32.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581180.4800.250.38148.4231.6747.06
Hex529E76300192694202f
Octal12223616660031462244057
Binary101001010011110111011011000001100110011010010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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