Html Css Color HEX #52B271 Ocean Green

📋 copy color: '#52B271'

red 82 ◦ green 178 ◦ blue 113

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

Shades of Ocean Green #52B271

Tints of Ocean Green #52B271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 21.98%
G = 47.72%
B = 30.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#52B271 (or 0x52B271) is known color: Ocean Green. HEX triplet: 52, B2 and 71. RGB value is (82,178,113). Sum of RGB (Red+Green+Blue) = 82+178+113=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #52B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B271 is #AD4D8E. Grayscale: #8E8E8E. Windows color (decimal): -11357583 or 7451218. OLE color: 7451218.

HSL color Cylindrical-coordinate representation of color #52B271: hue angle of 139.38º 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 #52B271 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 113 -
CMYK 0.54 0 0.37 0.30
HSL 139.38º 0.38% 0.51% -
HSV(B) 139.38º 0.54% 0.7% -
XYZ 22.38 34.83 21.17 -
YUV 141.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 82 178 113 0.54 0 0.37 0.30 139.38 0.38 0.51
Hex 52 B2 71 36 0 25 1E 8B 26 33
Octal 122 262 161 66 0 45 36 213 46 63
Binary 1010010 10110010 1110001 110110 0 100101 11110 10001011 100110 110011

Color Harmonies of #52B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B271

Black with #52B271

Text Example


Text Example

White with #52B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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