Html Css Color HEX #529C7C Ocean Green

📋 copy color: '#529C7C'

red 82 ◦ green 156 ◦ blue 124

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

Shades of Ocean Green #529C7C

Tints of Ocean Green #529C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 22.65%
G = 43.09%
B = 34.25%

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

#529C7C (or 0x529C7C) is known color: Ocean Green. HEX triplet: 52, 9C and 7C. RGB value is (82,156,124). Sum of RGB (Red+Green+Blue) = 82+156+124=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7C is #AD6383. Grayscale: #828282. Windows color (decimal): -11363204 or 8166482. OLE color: 8166482.

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

Color convert

RGB 82 156 124 -
CMYK 0.47 0 0.21 0.39
HSL 154.05º 0.31% 0.47% -
HSV(B) 154.05º 0.47% 0.61% -
XYZ 19.01 27.03 23.28 -
YUV 130.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 82 156 124 0.47 0 0.21 0.39 154.05 0.31 0.47
Hex 52 9C 7C 2F 0 15 27 9A 1F 2F
Octal 122 234 174 57 0 25 47 232 37 57
Binary 1010010 10011100 1111100 101111 0 10101 100111 10011010 11111 101111

Color Harmonies of #529C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C7C

Black with #529C7C

Text Example


Text Example

White with #529C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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