Html Css Color HEX #529C6A Ocean Green

📋 copy color: '#529C6A'

red 82 ◦ green 156 ◦ blue 106

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

Shades of Ocean Green #529C6A

Tints of Ocean Green #529C6A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

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

R = 23.84%
G = 45.35%
B = 30.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#529C6A (or 0x529C6A) is known color: Ocean Green. HEX triplet: 52, 9C and 6A. RGB value is (82,156,106). Sum of RGB (Red+Green+Blue) = 82+156+106=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #529C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C6A is #AD6395. Grayscale: #808080. Windows color (decimal): -11363222 or 6986834. OLE color: 6986834.

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

Color convert

RGB 82 156 106 -
CMYK 0.47 0 0.32 0.39
HSL 139.46º 0.31% 0.47% -
HSV(B) 139.46º 0.47% 0.61% -
XYZ 17.97 26.61 17.83 -
YUV 128.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 82 156 106 0.47 0 0.32 0.39 139.46 0.31 0.47
Hex 52 9C 6A 2F 0 20 27 8B 1F 2F
Octal 122 234 152 57 0 40 47 213 37 57
Binary 1010010 10011100 1101010 101111 0 100000 100111 10001011 11111 101111

Color Harmonies of #529C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C6A

Black with #529C6A

Text Example


Text Example

White with #529C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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