Html Css Color HEX #52A373 Ocean Green

📋 copy color: '#52A373'

red 82 ◦ green 163 ◦ blue 115

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

Shades of Ocean Green #52A373

Tints of Ocean Green #52A373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 22.78%
G = 45.28%
B = 31.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#52A373 (or 0x52A373) is known color: Ocean Green. HEX triplet: 52, A3 and 73. RGB value is (82,163,115). Sum of RGB (Red+Green+Blue) = 82+163+115=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #52A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A373 is #AD5C8C. Grayscale: #858585. Windows color (decimal): -11361421 or 7578450. OLE color: 7578450.

HSL color Cylindrical-coordinate representation of color #52A373: hue angle of 144.44º 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 #52A373 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 115 -
CMYK 0.50 0 0.29 0.36
HSL 144.44º 0.33% 0.48% -
HSV(B) 144.44º 0.5% 0.64% -
XYZ 19.67 29.23 20.82 -
YUV 133.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 82 163 115 0.50 0 0.29 0.36 144.44 0.33 0.48
Hex 52 A3 73 32 0 1D 24 90 21 30
Octal 122 243 163 62 0 35 44 220 41 60
Binary 1010010 10100011 1110011 110010 0 11101 100100 10010000 100001 110000

Color Harmonies of #52A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A373

Black with #52A373

Text Example


Text Example

White with #52A373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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