Html Css Color HEX #52B772 Ocean Green

📋 copy color: '#52B772'

red 82 ◦ green 183 ◦ blue 114

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

Shades of Ocean Green #52B772

Tints of Ocean Green #52B772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 21.64%
G = 48.28%
B = 30.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#52B772 (or 0x52B772) is known color: Ocean Green. HEX triplet: 52, B7 and 72. RGB value is (82,183,114). Sum of RGB (Red+Green+Blue) = 82+183+114=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #52B772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B772 is #AD488D. Grayscale: #919191. Windows color (decimal): -11356302 or 7518034. OLE color: 7518034.

HSL color Cylindrical-coordinate representation of color #52B772: hue angle of 139.01º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B772 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 114 -
CMYK 0.55 0 0.38 0.28
HSL 139.01º 0.41% 0.52% -
HSV(B) 139.01º 0.55% 0.72% -
XYZ 23.45 36.88 21.8 -
YUV 144.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 82 183 114 0.55 0 0.38 0.28 139.01 0.41 0.52
Hex 52 B7 72 37 0 26 1C 8B 29 34
Octal 122 267 162 67 0 46 34 213 51 64
Binary 1010010 10110111 1110010 110111 0 100110 11100 10001011 101001 110100

Color Harmonies of #52B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B772

Black with #52B772

Text Example


Text Example

White with #52B772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,114); }

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

background-color css

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

 a { background-color: rgb(82,183,114); }

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

border-color css

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

 span { border-color: rgb(82,183,114); }

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