Html Css Color HEX #529F7D Ocean Green

📋 copy color: '#529F7D'

red 82 ◦ green 159 ◦ blue 125

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

Shades of Ocean Green #529F7D

Tints of Ocean Green #529F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 22.4%
G = 43.44%
B = 34.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#529F7D (or 0x529F7D) is known color: Ocean Green. HEX triplet: 52, 9F and 7D. RGB value is (82,159,125). Sum of RGB (Red+Green+Blue) = 82+159+125=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #529F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F7D is #AD6082. Grayscale: #848484. Windows color (decimal): -11362435 or 8232786. OLE color: 8232786.

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

Color convert

RGB 82 159 125 -
CMYK 0.48 0 0.21 0.38
HSL 153.51º 0.32% 0.47% -
HSV(B) 153.51º 0.48% 0.62% -
XYZ 19.58 28.07 23.79 -
YUV 132.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 82 159 125 0.48 0 0.21 0.38 153.51 0.32 0.47
Hex 52 9F 7D 30 0 15 26 9A 20 2F
Octal 122 237 175 60 0 25 46 232 40 57
Binary 1010010 10011111 1111101 110000 0 10101 100110 10011010 100000 101111

Color Harmonies of #529F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F7D

Black with #529F7D

Text Example


Text Example

White with #529F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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