Html Css Color HEX #52B274 Ocean Green

📋 copy color: '#52B274'

red 82 ◦ green 178 ◦ blue 116

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

Shades of Ocean Green #52B274

Tints of Ocean Green #52B274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 21.81%
G = 47.34%
B = 30.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#52B274 (or 0x52B274) is known color: Ocean Green. HEX triplet: 52, B2 and 74. RGB value is (82,178,116). Sum of RGB (Red+Green+Blue) = 82+178+116=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #52B274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B274 is #AD4D8B. Grayscale: #8E8E8E. Windows color (decimal): -11357580 or 7647826. OLE color: 7647826.

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

Color convert

RGB 82 178 116 -
CMYK 0.54 0 0.35 0.30
HSL 141.25º 0.38% 0.51% -
HSV(B) 141.25º 0.54% 0.7% -
XYZ 22.55 34.9 22.07 -
YUV 142.23 113.2 85.04 -
System Red Green Blue C M Y K H S L
Decimal 82 178 116 0.54 0 0.35 0.30 141.25 0.38 0.51
Hex 52 B2 74 36 0 23 1E 8D 26 33
Octal 122 262 164 66 0 43 36 215 46 63
Binary 1010010 10110010 1110100 110110 0 100011 11110 10001101 100110 110011

Color Harmonies of #52B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B274

Black with #52B274

Text Example


Text Example

White with #52B274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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