#529E77

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

Shades of Ocean Green #529E77

Tints of Ocean Green #529E77

Color information

#529E77 (or 0x529E77) is unknown color: approx Ocean Green. HEX triplet: 52, 9E and 77. RGB value is (82,158,119). Sum of RGB (Red+Green+Blue) = 82+158+119=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #529E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E77 is #AD6188. Grayscale: #828282. Windows color (decimal): -11362697 or 7839314. OLE color: 7839314.

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

Color convert

RGB82158119-
CMYK0.4800.250.38
HSL149.21º31.67%47.06%-
HSV(B)149.21º48.1%61.96%-
XYZ19.0427.5821.77-
YUV130.83121.3293.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=22.84%
G=44.01%
B=33.15%

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
Decimal821581190.4800.250.38149.2131.6747.06
Hex529E77300192695202f
Octal12223616760031462254057
Binary101001010011110111011111000001100110011010010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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