Html Css Color HEX #52B380 Ocean Green

📋 copy color: '#52B380'

red 82 ◦ green 179 ◦ blue 128

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

Shades of Ocean Green #52B380

Tints of Ocean Green #52B380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 21.08%
G = 46.02%
B = 32.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#52B380 (or 0x52B380) is known color: Ocean Green. HEX triplet: 52, B3 and 80. RGB value is (82,179,128). Sum of RGB (Red+Green+Blue) = 82+179+128=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #52B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B380 is #AD4C7F. Grayscale: #909090. Windows color (decimal): -11357312 or 8434514. OLE color: 8434514.

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

Color convert

RGB 82 179 128 -
CMYK 0.54 0 0.28 0.30
HSL 148.45º 0.39% 0.51% -
HSV(B) 148.45º 0.54% 0.7% -
XYZ 23.5 35.59 26.05 -
YUV 144.18 118.86 83.65 -
System Red Green Blue C M Y K H S L
Decimal 82 179 128 0.54 0 0.28 0.30 148.45 0.39 0.51
Hex 52 B3 80 36 0 1C 1E 94 27 33
Octal 122 263 200 66 0 34 36 224 47 63
Binary 1010010 10110011 10000000 110110 0 11100 11110 10010100 100111 110011

Color Harmonies of #52B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B380

Black with #52B380

Text Example


Text Example

White with #52B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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