Html Css Color HEX #52B584 Ocean Green

📋 copy color: '#52B584'

red 82 ◦ green 181 ◦ blue 132

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

Shades of Ocean Green #52B584

Tints of Ocean Green #52B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 20.76%
G = 45.82%
B = 33.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#52B584 (or 0x52B584) is known color: Ocean Green. HEX triplet: 52, B5 and 84. RGB value is (82,181,132). Sum of RGB (Red+Green+Blue) = 82+181+132=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #52B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B584 is #AD4A7B. Grayscale: #919191. Windows color (decimal): -11356796 or 8697170. OLE color: 8697170.

HSL color Cylindrical-coordinate representation of color #52B584: hue angle of 150.3º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B584 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 132 -
CMYK 0.55 0 0.27 0.29
HSL 150.3º 0.4% 0.52% -
HSV(B) 150.3º 0.55% 0.71% -
XYZ 24.17 36.51 27.6 -
YUV 145.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 82 181 132 0.55 0 0.27 0.29 150.3 0.4 0.52
Hex 52 B5 84 37 0 1B 1D 96 28 34
Octal 122 265 204 67 0 33 35 226 50 64
Binary 1010010 10110101 10000100 110111 0 11011 11101 10010110 101000 110100

Color Harmonies of #52B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B584

Black with #52B584

Text Example


Text Example

White with #52B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,132); }

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

background-color css

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

 a { background-color: rgb(82,181,132); }

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

border-color css

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

 span { border-color: rgb(82,181,132); }

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