Html Css Color HEX #529B7A Ocean Green

📋 copy color: '#529B7A'

red 82 ◦ green 155 ◦ blue 122

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

Shades of Ocean Green #529B7A

Tints of Ocean Green #529B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 22.84%
G = 43.18%
B = 33.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#529B7A (or 0x529B7A) is known color: Ocean Green. HEX triplet: 52, 9B and 7A. RGB value is (82,155,122). Sum of RGB (Red+Green+Blue) = 82+155+122=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #529B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B7A is #AD6485. Grayscale: #818181. Windows color (decimal): -11363462 or 8035154. OLE color: 8035154.

HSL color Cylindrical-coordinate representation of color #529B7A: hue angle of 152.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B7A is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 122 -
CMYK 0.47 0 0.21 0.39
HSL 152.88º 0.31% 0.46% -
HSV(B) 152.88º 0.47% 0.61% -
XYZ 18.71 26.64 22.57 -
YUV 129.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 82 155 122 0.47 0 0.21 0.39 152.88 0.31 0.46
Hex 52 9B 7A 2F 0 15 27 99 1F 2E
Octal 122 233 172 57 0 25 47 231 37 56
Binary 1010010 10011011 1111010 101111 0 10101 100111 10011001 11111 101110

Color Harmonies of #529B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B7A

Black with #529B7A

Text Example


Text Example

White with #529B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,122); }

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

background-color css

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

 a { background-color: rgb(82,155,122); }

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

border-color css

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

 span { border-color: rgb(82,155,122); }

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