Html Css Color HEX #529D6A Ocean Green

📋 copy color: '#529D6A'

red 82 ◦ green 157 ◦ blue 106

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

Shades of Ocean Green #529D6A

Tints of Ocean Green #529D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 23.77%
G = 45.51%
B = 30.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#529D6A (or 0x529D6A) is known color: Ocean Green. HEX triplet: 52, 9D and 6A. RGB value is (82,157,106). Sum of RGB (Red+Green+Blue) = 82+157+106=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #529D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D6A is #AD6295. Grayscale: #808080. Windows color (decimal): -11362966 or 6987090. OLE color: 6987090.

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

Color convert

RGB 82 157 106 -
CMYK 0.48 0 0.32 0.38
HSL 139.2º 0.31% 0.47% -
HSV(B) 139.2º 0.48% 0.62% -
XYZ 18.14 26.95 17.88 -
YUV 128.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 82 157 106 0.48 0 0.32 0.38 139.2 0.31 0.47
Hex 52 9D 6A 30 0 20 26 8B 1F 2F
Octal 122 235 152 60 0 40 46 213 37 57
Binary 1010010 10011101 1101010 110000 0 100000 100110 10001011 11111 101111

Color Harmonies of #529D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D6A

Black with #529D6A

Text Example


Text Example

White with #529D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,106); }

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

background-color css

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

 a { background-color: rgb(82,157,106); }

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

border-color css

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

 span { border-color: rgb(82,157,106); }

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