Html Css Color HEX #52B785 Ocean Green

📋 copy color: '#52B785'

red 82 ◦ green 183 ◦ blue 133

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

Shades of Ocean Green #52B785

Tints of Ocean Green #52B785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 20.6%
G = 45.98%
B = 33.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#52B785 (or 0x52B785) is known color: Ocean Green. HEX triplet: 52, B7 and 85. RGB value is (82,183,133). Sum of RGB (Red+Green+Blue) = 82+183+133=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #52B785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B785 is #AD487A. Grayscale: #939393. Windows color (decimal): -11356283 or 8763218. OLE color: 8763218.

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

Color convert

RGB 82 183 133 -
CMYK 0.55 0 0.27 0.28
HSL 150.3º 0.41% 0.52% -
HSV(B) 150.3º 0.55% 0.72% -
XYZ 24.65 37.35 28.1 -
YUV 147.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 82 183 133 0.55 0 0.27 0.28 150.3 0.41 0.52
Hex 52 B7 85 37 0 1B 1C 96 29 34
Octal 122 267 205 67 0 33 34 226 51 64
Binary 1010010 10110111 10000101 110111 0 11011 11100 10010110 101001 110100

Color Harmonies of #52B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B785

Black with #52B785

Text Example


Text Example

White with #52B785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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