Html Css Color HEX #529F7B Ocean Green

📋 copy color: '#529F7B'

red 82 ◦ green 159 ◦ blue 123

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

Shades of Ocean Green #529F7B

Tints of Ocean Green #529F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 22.53%
G = 43.68%
B = 33.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#529F7B (or 0x529F7B) is known color: Ocean Green. HEX triplet: 52, 9F and 7B. RGB value is (82,159,123). Sum of RGB (Red+Green+Blue) = 82+159+123=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #529F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F7B is #AD6084. Grayscale: #838383. Windows color (decimal): -11362437 or 8101714. OLE color: 8101714.

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

Color convert

RGB 82 159 123 -
CMYK 0.48 0 0.23 0.38
HSL 151.95º 0.32% 0.47% -
HSV(B) 151.95º 0.48% 0.62% -
XYZ 19.45 28.02 23.12 -
YUV 131.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 82 159 123 0.48 0 0.23 0.38 151.95 0.32 0.47
Hex 52 9F 7B 30 0 17 26 98 20 2F
Octal 122 237 173 60 0 27 46 230 40 57
Binary 1010010 10011111 1111011 110000 0 10111 100110 10011000 100000 101111

Color Harmonies of #529F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F7B

Black with #529F7B

Text Example


Text Example

White with #529F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,159,123); }

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

background-color css

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

 a { background-color: rgb(82,159,123); }

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

border-color css

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

 span { border-color: rgb(82,159,123); }

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