Html Css Color HEX #52B778 Ocean Green

📋 copy color: '#52B778'

red 82 ◦ green 183 ◦ blue 120

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

Shades of Ocean Green #52B778

Tints of Ocean Green #52B778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 21.3%
G = 47.53%
B = 31.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#52B778 (or 0x52B778) is known color: Ocean Green. HEX triplet: 52, B7 and 78. RGB value is (82,183,120). Sum of RGB (Red+Green+Blue) = 82+183+120=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #52B778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B778 is #AD4887. Grayscale: #919191. Windows color (decimal): -11356296 or 7911250. OLE color: 7911250.

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

Color convert

RGB 82 183 120 -
CMYK 0.55 0 0.34 0.28
HSL 142.57º 0.41% 0.52% -
HSV(B) 142.57º 0.55% 0.72% -
XYZ 23.8 37.02 23.66 -
YUV 145.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 82 183 120 0.55 0 0.34 0.28 142.57 0.41 0.52
Hex 52 B7 78 37 0 22 1C 8F 29 34
Octal 122 267 170 67 0 42 34 217 51 64
Binary 1010010 10110111 1111000 110111 0 100010 11100 10001111 101001 110100

Color Harmonies of #52B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B778

Black with #52B778

Text Example


Text Example

White with #52B778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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