Html Css Color HEX #52B783 Ocean Green

📋 copy color: '#52B783'

red 82 ◦ green 183 ◦ blue 131

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

Shades of Ocean Green #52B783

Tints of Ocean Green #52B783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 20.71%
G = 46.21%
B = 33.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#52B783 (or 0x52B783) is known color: Ocean Green. HEX triplet: 52, B7 and 83. RGB value is (82,183,131). Sum of RGB (Red+Green+Blue) = 82+183+131=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #52B783 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B783 is #AD487C. Grayscale: #929292. Windows color (decimal): -11356285 or 8632146. OLE color: 8632146.

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

Color convert

RGB 82 183 131 -
CMYK 0.55 0 0.28 0.28
HSL 149.11º 0.41% 0.52% -
HSV(B) 149.11º 0.55% 0.72% -
XYZ 24.51 37.3 27.38 -
YUV 146.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 82 183 131 0.55 0 0.28 0.28 149.11 0.41 0.52
Hex 52 B7 83 37 0 1C 1C 95 29 34
Octal 122 267 203 67 0 34 34 225 51 64
Binary 1010010 10110111 10000011 110111 0 11100 11100 10010101 101001 110100

Color Harmonies of #52B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B783

Black with #52B783

Text Example


Text Example

White with #52B783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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