Html Css Color HEX #52B770 Ocean Green

📋 copy color: '#52B770'

red 82 ◦ green 183 ◦ blue 112

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

Shades of Ocean Green #52B770

Tints of Ocean Green #52B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 21.75%
G = 48.54%
B = 29.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#52B770 (or 0x52B770) is known color: Ocean Green. HEX triplet: 52, B7 and 70. RGB value is (82,183,112). Sum of RGB (Red+Green+Blue) = 82+183+112=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #52B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B770 is #AD488F. Grayscale: #909090. Windows color (decimal): -11356304 or 7386962. OLE color: 7386962.

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

Color convert

RGB 82 183 112 -
CMYK 0.55 0 0.39 0.28
HSL 137.82º 0.41% 0.52% -
HSV(B) 137.82º 0.55% 0.72% -
XYZ 23.34 36.83 21.21 -
YUV 144.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 82 183 112 0.55 0 0.39 0.28 137.82 0.41 0.52
Hex 52 B7 70 37 0 27 1C 8A 29 34
Octal 122 267 160 67 0 47 34 212 51 64
Binary 1010010 10110111 1110000 110111 0 100111 11100 10001010 101001 110100

Color Harmonies of #52B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B770

Black with #52B770

Text Example


Text Example

White with #52B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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