Html Css Color HEX #52B277 Ocean Green

📋 copy color: '#52B277'

red 82 ◦ green 178 ◦ blue 119

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

Shades of Ocean Green #52B277

Tints of Ocean Green #52B277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 21.64%
G = 46.97%
B = 31.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#52B277 (or 0x52B277) is known color: Ocean Green. HEX triplet: 52, B2 and 77. RGB value is (82,178,119). Sum of RGB (Red+Green+Blue) = 82+178+119=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #52B277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B277 is #AD4D88. Grayscale: #8E8E8E. Windows color (decimal): -11357577 or 7844434. OLE color: 7844434.

HSL color Cylindrical-coordinate representation of color #52B277: hue angle of 143.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B277 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 119 -
CMYK 0.54 0 0.33 0.30
HSL 143.13º 0.38% 0.51% -
HSV(B) 143.13º 0.54% 0.7% -
XYZ 22.73 34.97 23 -
YUV 142.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 82 178 119 0.54 0 0.33 0.30 143.13 0.38 0.51
Hex 52 B2 77 36 0 21 1E 8F 26 33
Octal 122 262 167 66 0 41 36 217 46 63
Binary 1010010 10110010 1110111 110110 0 100001 11110 10001111 100110 110011

Color Harmonies of #52B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B277

Black with #52B277

Text Example


Text Example

White with #52B277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,119); }

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

background-color css

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

 a { background-color: rgb(82,178,119); }

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

border-color css

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

 span { border-color: rgb(82,178,119); }

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