Html Css Color HEX #529B6E Ocean Green

📋 copy color: '#529B6E'

red 82 ◦ green 155 ◦ blue 110

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

Shades of Ocean Green #529B6E

Tints of Ocean Green #529B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 23.63%
G = 44.67%
B = 31.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#529B6E (or 0x529B6E) is known color: Ocean Green. HEX triplet: 52, 9B and 6E. RGB value is (82,155,110). Sum of RGB (Red+Green+Blue) = 82+155+110=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #529B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B6E is #AD6491. Grayscale: #808080. Windows color (decimal): -11363474 or 7248722. OLE color: 7248722.

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

Color convert

RGB 82 155 110 -
CMYK 0.47 0 0.29 0.39
HSL 143.01º 0.31% 0.46% -
HSV(B) 143.01º 0.47% 0.61% -
XYZ 18.02 26.36 18.89 -
YUV 128.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 82 155 110 0.47 0 0.29 0.39 143.01 0.31 0.46
Hex 52 9B 6E 2F 0 1D 27 8F 1F 2E
Octal 122 233 156 57 0 35 47 217 37 56
Binary 1010010 10011011 1101110 101111 0 11101 100111 10001111 11111 101110

Color Harmonies of #529B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B6E

Black with #529B6E

Text Example


Text Example

White with #529B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,110); }

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

background-color css

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

 a { background-color: rgb(82,155,110); }

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

border-color css

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

 span { border-color: rgb(82,155,110); }

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