Html Css Color HEX #52B182 Ocean Green

📋 copy color: '#52B182'

red 82 ◦ green 177 ◦ blue 130

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

Shades of Ocean Green #52B182

Tints of Ocean Green #52B182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 21.08%
G = 45.5%
B = 33.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#52B182 (or 0x52B182) is known color: Ocean Green. HEX triplet: 52, B1 and 82. RGB value is (82,177,130). Sum of RGB (Red+Green+Blue) = 82+177+130=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #52B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B182 is #AD4E7D. Grayscale: #8F8F8F. Windows color (decimal): -11357822 or 8565074. OLE color: 8565074.

HSL color Cylindrical-coordinate representation of color #52B182: hue angle of 150.32º 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 #52B182 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 130 -
CMYK 0.54 0 0.27 0.31
HSL 150.32º 0.38% 0.51% -
HSV(B) 150.32º 0.54% 0.69% -
XYZ 23.23 34.85 26.62 -
YUV 143.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 82 177 130 0.54 0 0.27 0.31 150.32 0.38 0.51
Hex 52 B1 82 36 0 1B 1F 96 26 33
Octal 122 261 202 66 0 33 37 226 46 63
Binary 1010010 10110001 10000010 110110 0 11011 11111 10010110 100110 110011

Color Harmonies of #52B182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B182

Black with #52B182

Text Example


Text Example

White with #52B182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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