Html Css Color HEX #52B773 Ocean Green

📋 copy color: '#52B773'

red 82 ◦ green 183 ◦ blue 115

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

Shades of Ocean Green #52B773

Tints of Ocean Green #52B773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 21.58%
G = 48.16%
B = 30.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#52B773 (or 0x52B773) is known color: Ocean Green. HEX triplet: 52, B7 and 73. RGB value is (82,183,115). Sum of RGB (Red+Green+Blue) = 82+183+115=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #52B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B773 is #AD488C. Grayscale: #919191. Windows color (decimal): -11356301 or 7583570. OLE color: 7583570.

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

Color convert

RGB 82 183 115 -
CMYK 0.55 0 0.37 0.28
HSL 139.6º 0.41% 0.52% -
HSV(B) 139.6º 0.55% 0.72% -
XYZ 23.51 36.9 22.1 -
YUV 145.05 111.04 83.03 -
System Red Green Blue C M Y K H S L
Decimal 82 183 115 0.55 0 0.37 0.28 139.6 0.41 0.52
Hex 52 B7 73 37 0 25 1C 8C 29 34
Octal 122 267 163 67 0 45 34 214 51 64
Binary 1010010 10110111 1110011 110111 0 100101 11100 10001100 101001 110100

Color Harmonies of #52B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B773

Black with #52B773

Text Example


Text Example

White with #52B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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