Html Css Color HEX #52B184 Ocean Green

📋 copy color: '#52B184'

red 82 ◦ green 177 ◦ blue 132

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

Shades of Ocean Green #52B184

Tints of Ocean Green #52B184

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.27%

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

R = 20.97%
G = 45.27%
B = 33.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#52B184 (or 0x52B184) is known color: Ocean Green. HEX triplet: 52, B1 and 84. RGB value is (82,177,132). Sum of RGB (Red+Green+Blue) = 82+177+132=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #52B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B184 is #AD4E7B. Grayscale: #8F8F8F. Windows color (decimal): -11357820 or 8696146. OLE color: 8696146.

HSL color Cylindrical-coordinate representation of color #52B184: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B184 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 132 -
CMYK 0.54 0 0.25 0.31
HSL 151.58º 0.38% 0.51% -
HSV(B) 151.58º 0.54% 0.69% -
XYZ 23.37 34.9 27.34 -
YUV 143.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 82 177 132 0.54 0 0.25 0.31 151.58 0.38 0.51
Hex 52 B1 84 36 0 19 1F 98 26 33
Octal 122 261 204 66 0 31 37 230 46 63
Binary 1010010 10110001 10000100 110110 0 11001 11111 10011000 100110 110011

Color Harmonies of #52B184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B184

Black with #52B184

Text Example


Text Example

White with #52B184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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