Html Css Color HEX #529F7C Ocean Green

📋 copy color: '#529F7C'

red 82 ◦ green 159 ◦ blue 124

#529F7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #529F7C

Tints of Ocean Green #529F7C

RGB

 RED value IS 82 (32.42% from 255) = 22.47%

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 22.47%
G = 43.56%
B = 33.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#529F7C (or 0x529F7C) is known color: Ocean Green. HEX triplet: 52, 9F and 7C. RGB value is (82,159,124). Sum of RGB (Red+Green+Blue) = 82+159+124=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #529F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F7C is #AD6083. Grayscale: #848484. Windows color (decimal): -11362436 or 8167250. OLE color: 8167250.

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

Color convert

RGB 82 159 124 -
CMYK 0.48 0 0.22 0.38
HSL 152.73º 0.32% 0.47% -
HSV(B) 152.73º 0.48% 0.62% -
XYZ 19.52 28.05 23.45 -
YUV 131.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 82 159 124 0.48 0 0.22 0.38 152.73 0.32 0.47
Hex 52 9F 7C 30 0 16 26 99 20 2F
Octal 122 237 174 60 0 26 46 231 40 57
Binary 1010010 10011111 1111100 110000 0 10110 100110 10011001 100000 101111

Color Harmonies of #529F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F7C

Black with #529F7C

Text Example


Text Example

White with #529F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #529F7C;
 }
 .AnyTagClassName
 {
   color: #529F7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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