Html Css Color HEX #52A37C Ocean Green

📋 copy color: '#52A37C'

red 82 ◦ green 163 ◦ blue 124

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

Shades of Ocean Green #52A37C

Tints of Ocean Green #52A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 22.22%
G = 44.17%
B = 33.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#52A37C (or 0x52A37C) is known color: Ocean Green. HEX triplet: 52, A3 and 7C. RGB value is (82,163,124). Sum of RGB (Red+Green+Blue) = 82+163+124=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #52A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A37C is #AD5C83. Grayscale: #868686. Windows color (decimal): -11361412 or 8168274. OLE color: 8168274.

HSL color Cylindrical-coordinate representation of color #52A37C: hue angle of 151.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A37C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 124 -
CMYK 0.50 0 0.24 0.36
HSL 151.11º 0.33% 0.48% -
HSV(B) 151.11º 0.5% 0.64% -
XYZ 20.21 29.44 23.69 -
YUV 134.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 82 163 124 0.50 0 0.24 0.36 151.11 0.33 0.48
Hex 52 A3 7C 32 0 18 24 97 21 30
Octal 122 243 174 62 0 30 44 227 41 60
Binary 1010010 10100011 1111100 110010 0 11000 100100 10010111 100001 110000

Color Harmonies of #52A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A37C

Black with #52A37C

Text Example


Text Example

White with #52A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,124); }

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

background-color css

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

 a { background-color: rgb(82,163,124); }

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

border-color css

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

 span { border-color: rgb(82,163,124); }

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