Html Css Color HEX #52B779 Ocean Green

📋 copy color: '#52B779'

red 82 ◦ green 183 ◦ blue 121

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

Shades of Ocean Green #52B779

Tints of Ocean Green #52B779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 21.24%
G = 47.41%
B = 31.35%

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

#52B779 (or 0x52B779) is known color: Ocean Green. HEX triplet: 52, B7 and 79. RGB value is (82,183,121). Sum of RGB (Red+Green+Blue) = 82+183+121=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #52B779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B779 is #AD4886. Grayscale: #919191. Windows color (decimal): -11356295 or 7976786. OLE color: 7976786.

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

Color convert

RGB 82 183 121 -
CMYK 0.55 0 0.34 0.28
HSL 143.17º 0.41% 0.52% -
HSV(B) 143.17º 0.55% 0.72% -
XYZ 23.86 37.04 23.98 -
YUV 145.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 82 183 121 0.55 0 0.34 0.28 143.17 0.41 0.52
Hex 52 B7 79 37 0 22 1C 8F 29 34
Octal 122 267 171 67 0 42 34 217 51 64
Binary 1010010 10110111 1111001 110111 0 100010 11100 10001111 101001 110100

Color Harmonies of #52B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B779

Black with #52B779

Text Example


Text Example

White with #52B779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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