Html Css Color HEX #529E7E Ocean Green

📋 copy color: '#529E7E'

red 82 ◦ green 158 ◦ blue 126

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

Shades of Ocean Green #529E7E

Tints of Ocean Green #529E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 22.4%
G = 43.17%
B = 34.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#529E7E (or 0x529E7E) is known color: Ocean Green. HEX triplet: 52, 9E and 7E. RGB value is (82,158,126). Sum of RGB (Red+Green+Blue) = 82+158+126=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #529E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E7E is #AD6181. Grayscale: #838383. Windows color (decimal): -11362690 or 8298066. OLE color: 8298066.

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

Color convert

RGB 82 158 126 -
CMYK 0.48 0 0.20 0.38
HSL 154.74º 0.32% 0.47% -
HSV(B) 154.74º 0.48% 0.62% -
XYZ 19.47 27.75 24.07 -
YUV 131.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 82 158 126 0.48 0 0.20 0.38 154.74 0.32 0.47
Hex 52 9E 7E 30 0 14 26 9B 20 2F
Octal 122 236 176 60 0 24 46 233 40 57
Binary 1010010 10011110 1111110 110000 0 10100 100110 10011011 100000 101111

Color Harmonies of #529E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E7E

Black with #529E7E

Text Example


Text Example

White with #529E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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