Html Css Color HEX #529C7D Ocean Green

📋 copy color: '#529C7D'

red 82 ◦ green 156 ◦ blue 125

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

Shades of Ocean Green #529C7D

Tints of Ocean Green #529C7D

RGB

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

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

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

R = 22.59%
G = 42.98%
B = 34.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#529C7D (or 0x529C7D) is known color: Ocean Green. HEX triplet: 52, 9C and 7D. RGB value is (82,156,125). Sum of RGB (Red+Green+Blue) = 82+156+125=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7D is #AD6382. Grayscale: #828282. Windows color (decimal): -11363203 or 8232018. OLE color: 8232018.

HSL color Cylindrical-coordinate representation of color #529C7D: hue angle of 154.86º 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 #529C7D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 125 -
CMYK 0.47 0 0.20 0.39
HSL 154.86º 0.31% 0.47% -
HSV(B) 154.86º 0.47% 0.61% -
XYZ 19.07 27.05 23.62 -
YUV 130.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 82 156 125 0.47 0 0.20 0.39 154.86 0.31 0.47
Hex 52 9C 7D 2F 0 14 27 9B 1F 2F
Octal 122 234 175 57 0 24 47 233 37 57
Binary 1010010 10011100 1111101 101111 0 10100 100111 10011011 11111 101111

Color Harmonies of #529C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C7D

Black with #529C7D

Text Example


Text Example

White with #529C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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