Html Css Color HEX #52AD6C Ocean Green

📋 copy color: '#52AD6C'

red 82 ◦ green 173 ◦ blue 108

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

Shades of Ocean Green #52AD6C

Tints of Ocean Green #52AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

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

R = 22.59%
G = 47.66%
B = 29.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#52AD6C (or 0x52AD6C) is known color: Ocean Green. HEX triplet: 52, AD and 6C. RGB value is (82,173,108). Sum of RGB (Red+Green+Blue) = 82+173+108=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD6C is #AD5293. Grayscale: #8A8A8A. Windows color (decimal): -11358868 or 7122258. OLE color: 7122258.

HSL color Cylindrical-coordinate representation of color #52AD6C: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD6C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 108 -
CMYK 0.53 0 0.38 0.32
HSL 137.14º 0.36% 0.5% -
HSV(B) 137.14º 0.53% 0.68% -
XYZ 21.13 32.76 19.4 -
YUV 138.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 82 173 108 0.53 0 0.38 0.32 137.14 0.36 0.5
Hex 52 AD 6C 35 0 26 20 89 24 32
Octal 122 255 154 65 0 46 40 211 44 62
Binary 1010010 10101101 1101100 110101 0 100110 100000 10001001 100100 110010

Color Harmonies of #52AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD6C

Black with #52AD6C

Text Example


Text Example

White with #52AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AD6C; }

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

 H1.HeaderClassName
 {
   color: #52AD6C;
 }
 .AnyTagClassName
 {
   color: #52AD6C;
 }
</style>

background-color css

<style>
 a { background-color: #52AD6C; }

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

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

border-color css

<style>
 span { border-color: #52AD6C; }

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

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