Html Css Color HEX #52B386 Ocean Green

📋 copy color: '#52B386'

red 82 ◦ green 179 ◦ blue 134

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

Shades of Ocean Green #52B386

Tints of Ocean Green #52B386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

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

R = 20.76%
G = 45.32%
B = 33.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#52B386 (or 0x52B386) is known color: Ocean Green. HEX triplet: 52, B3 and 86. RGB value is (82,179,134). Sum of RGB (Red+Green+Blue) = 82+179+134=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #52B386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B386 is #AD4C79. Grayscale: #909090. Windows color (decimal): -11357306 or 8827730. OLE color: 8827730.

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

Color convert

RGB 82 179 134 -
CMYK 0.54 0 0.25 0.30
HSL 152.16º 0.39% 0.51% -
HSV(B) 152.16º 0.54% 0.7% -
XYZ 23.9 35.76 28.2 -
YUV 144.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 82 179 134 0.54 0 0.25 0.30 152.16 0.39 0.51
Hex 52 B3 86 36 0 19 1E 98 27 33
Octal 122 263 206 66 0 31 36 230 47 63
Binary 1010010 10110011 10000110 110110 0 11001 11110 10011000 100111 110011

Color Harmonies of #52B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B386

Black with #52B386

Text Example


Text Example

White with #52B386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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