Html Css Color HEX #52AD7B Ocean Green

📋 copy color: '#52AD7B'

red 82 ◦ green 173 ◦ blue 123

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

Shades of Ocean Green #52AD7B

Tints of Ocean Green #52AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 21.69%
G = 45.77%
B = 32.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#52AD7B (or 0x52AD7B) is known color: Ocean Green. HEX triplet: 52, AD and 7B. RGB value is (82,173,123). Sum of RGB (Red+Green+Blue) = 82+173+123=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD7B is #AD5284. Grayscale: #8C8C8C. Windows color (decimal): -11358853 or 8105298. OLE color: 8105298.

HSL color Cylindrical-coordinate representation of color #52AD7B: hue angle of 147.03º 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 #52AD7B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 123 -
CMYK 0.53 0 0.29 0.32
HSL 147.03º 0.36% 0.5% -
HSV(B) 147.03º 0.53% 0.68% -
XYZ 22 33.11 23.97 -
YUV 140.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 82 173 123 0.53 0 0.29 0.32 147.03 0.36 0.5
Hex 52 AD 7B 35 0 1D 20 93 24 32
Octal 122 255 173 65 0 35 40 223 44 62
Binary 1010010 10101101 1111011 110101 0 11101 100000 10010011 100100 110010

Color Harmonies of #52AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD7B

Black with #52AD7B

Text Example


Text Example

White with #52AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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