Html Css Color HEX #529A68 Ocean Green

📋 copy color: '#529A68'

red 82 ◦ green 154 ◦ blue 104

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

Shades of Ocean Green #529A68

Tints of Ocean Green #529A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 24.12%
G = 45.29%
B = 30.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#529A68 (or 0x529A68) is known color: Ocean Green. HEX triplet: 52, 9A and 68. RGB value is (82,154,104). Sum of RGB (Red+Green+Blue) = 82+154+104=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #529A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A68 is #AD6597. Grayscale: #7E7E7E. Windows color (decimal): -11363736 or 6855250. OLE color: 6855250.

HSL color Cylindrical-coordinate representation of color #529A68: hue angle of 138.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A68 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 104 -
CMYK 0.47 0 0.32 0.40
HSL 138.33º 0.31% 0.46% -
HSV(B) 138.33º 0.47% 0.6% -
XYZ 17.53 25.9 17.17 -
YUV 126.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 82 154 104 0.47 0 0.32 0.40 138.33 0.31 0.46
Hex 52 9A 68 2F 0 20 28 8A 1F 2E
Octal 122 232 150 57 0 40 50 212 37 56
Binary 1010010 10011010 1101000 101111 0 100000 101000 10001010 11111 101110

Color Harmonies of #529A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A68

Black with #529A68

Text Example


Text Example

White with #529A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,154,104); }

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

background-color css

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

 a { background-color: rgb(82,154,104); }

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

border-color css

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

 span { border-color: rgb(82,154,104); }

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