Html Css Color HEX #52B486 Ocean Green

📋 copy color: '#52B486'

red 82 ◦ green 180 ◦ blue 134

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

Shades of Ocean Green #52B486

Tints of Ocean Green #52B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 20.71%
G = 45.45%
B = 33.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#52B486 (or 0x52B486) is known color: Ocean Green. HEX triplet: 52, B4 and 86. RGB value is (82,180,134). Sum of RGB (Red+Green+Blue) = 82+180+134=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #52B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B486 is #AD4B79. Grayscale: #919191. Windows color (decimal): -11357050 or 8827986. OLE color: 8827986.

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

Color convert

RGB 82 180 134 -
CMYK 0.54 0 0.26 0.29
HSL 151.84º 0.4% 0.51% -
HSV(B) 151.84º 0.54% 0.71% -
XYZ 24.1 36.16 28.26 -
YUV 145.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 82 180 134 0.54 0 0.26 0.29 151.84 0.4 0.51
Hex 52 B4 86 36 0 1A 1D 98 28 33
Octal 122 264 206 66 0 32 35 230 50 63
Binary 1010010 10110100 10000110 110110 0 11010 11101 10011000 101000 110011

Color Harmonies of #52B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B486

Black with #52B486

Text Example


Text Example

White with #52B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,134); }

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

background-color css

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

 a { background-color: rgb(82,180,134); }

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

border-color css

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

 span { border-color: rgb(82,180,134); }

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