Html Css Color HEX #52B781 Ocean Green

📋 copy color: '#52B781'

red 82 ◦ green 183 ◦ blue 129

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

Shades of Ocean Green #52B781

Tints of Ocean Green #52B781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 20.81%
G = 46.45%
B = 32.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#52B781 (or 0x52B781) is known color: Ocean Green. HEX triplet: 52, B7 and 81. RGB value is (82,183,129). Sum of RGB (Red+Green+Blue) = 82+183+129=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #52B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B781 is #AD487E. Grayscale: #929292. Windows color (decimal): -11356287 or 8501074. OLE color: 8501074.

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

Color convert

RGB 82 183 129 -
CMYK 0.55 0 0.30 0.28
HSL 147.92º 0.41% 0.52% -
HSV(B) 147.92º 0.55% 0.72% -
XYZ 24.38 37.25 26.67 -
YUV 146.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 82 183 129 0.55 0 0.30 0.28 147.92 0.41 0.52
Hex 52 B7 81 37 0 1E 1C 94 29 34
Octal 122 267 201 67 0 36 34 224 51 64
Binary 1010010 10110111 10000001 110111 0 11110 11100 10010100 101001 110100

Color Harmonies of #52B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B781

Black with #52B781

Text Example


Text Example

White with #52B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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