Html Css Color HEX #529E6C Ocean Green

📋 copy color: '#529E6C'

red 82 ◦ green 158 ◦ blue 108

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

Shades of Ocean Green #529E6C

Tints of Ocean Green #529E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 23.56%
G = 45.4%
B = 31.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#529E6C (or 0x529E6C) is known color: Ocean Green. HEX triplet: 52, 9E and 6C. RGB value is (82,158,108). Sum of RGB (Red+Green+Blue) = 82+158+108=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #529E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E6C is #AD6193. Grayscale: #818181. Windows color (decimal): -11362708 or 7118418. OLE color: 7118418.

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

Color convert

RGB 82 158 108 -
CMYK 0.48 0 0.32 0.38
HSL 140.53º 0.32% 0.47% -
HSV(B) 140.53º 0.48% 0.62% -
XYZ 18.41 27.33 18.49 -
YUV 129.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 82 158 108 0.48 0 0.32 0.38 140.53 0.32 0.47
Hex 52 9E 6C 30 0 20 26 8D 20 2F
Octal 122 236 154 60 0 40 46 215 40 57
Binary 1010010 10011110 1101100 110000 0 100000 100110 10001101 100000 101111

Color Harmonies of #529E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E6C

Black with #529E6C

Text Example


Text Example

White with #529E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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