Html Css Color HEX #52B286 Ocean Green

📋 copy color: '#52B286'

red 82 ◦ green 178 ◦ blue 134

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

Shades of Ocean Green #52B286

Tints of Ocean Green #52B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

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

R = 20.81%
G = 45.18%
B = 34.01%

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

#52B286 (or 0x52B286) is known color: Ocean Green. HEX triplet: 52, B2 and 86. RGB value is (82,178,134). Sum of RGB (Red+Green+Blue) = 82+178+134=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #52B286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B286 is #AD4D79. Grayscale: #909090. Windows color (decimal): -11357562 or 8827474. OLE color: 8827474.

HSL color Cylindrical-coordinate representation of color #52B286: hue angle of 152.5º degrees, saturation: 0.38, 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 #52B286 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 134 -
CMYK 0.54 0 0.25 0.30
HSL 152.5º 0.38% 0.51% -
HSV(B) 152.5º 0.54% 0.7% -
XYZ 23.7 35.36 28.13 -
YUV 144.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 82 178 134 0.54 0 0.25 0.30 152.5 0.38 0.51
Hex 52 B2 86 36 0 19 1E 98 26 33
Octal 122 262 206 66 0 31 36 230 46 63
Binary 1010010 10110010 10000110 110110 0 11001 11110 10011000 100110 110011

Color Harmonies of #52B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B286

Black with #52B286

Text Example


Text Example

White with #52B286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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