Html Css Color HEX #529E7B Ocean Green

📋 copy color: '#529E7B'

red 82 ◦ green 158 ◦ blue 123

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

Shades of Ocean Green #529E7B

Tints of Ocean Green #529E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

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

R = 22.59%
G = 43.53%
B = 33.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#529E7B (or 0x529E7B) is known color: Ocean Green. HEX triplet: 52, 9E and 7B. RGB value is (82,158,123). Sum of RGB (Red+Green+Blue) = 82+158+123=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #529E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E7B is #AD6184. Grayscale: #838383. Windows color (decimal): -11362693 or 8101458. OLE color: 8101458.

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

Color convert

RGB 82 158 123 -
CMYK 0.48 0 0.22 0.38
HSL 152.37º 0.32% 0.47% -
HSV(B) 152.37º 0.48% 0.62% -
XYZ 19.28 27.68 23.06 -
YUV 131.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 82 158 123 0.48 0 0.22 0.38 152.37 0.32 0.47
Hex 52 9E 7B 30 0 16 26 98 20 2F
Octal 122 236 173 60 0 26 46 230 40 57
Binary 1010010 10011110 1111011 110000 0 10110 100110 10011000 100000 101111

Color Harmonies of #529E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E7B

Black with #529E7B

Text Example


Text Example

White with #529E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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