Html Css Color HEX #52A482 Ocean Green

📋 copy color: '#52A482'

red 82 ◦ green 164 ◦ blue 130

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

Shades of Ocean Green #52A482

Tints of Ocean Green #52A482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 21.81%
G = 43.62%
B = 34.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#52A482 (or 0x52A482) is known color: Ocean Green. HEX triplet: 52, A4 and 82. RGB value is (82,164,130). Sum of RGB (Red+Green+Blue) = 82+164+130=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #52A482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A482 is #AD5B7D. Grayscale: #878787. Windows color (decimal): -11361150 or 8561746. OLE color: 8561746.

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

Color convert

RGB 82 164 130 -
CMYK 0.5 0 0.21 0.36
HSL 155.12º 0.33% 0.48% -
HSV(B) 155.12º 0.5% 0.64% -
XYZ 20.78 29.96 25.81 -
YUV 135.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 82 164 130 0.5 0 0.21 0.36 155.12 0.33 0.48
Hex 52 A4 82 32 0 15 24 9B 21 30
Octal 122 244 202 62 0 25 44 233 41 60
Binary 1010010 10100100 10000010 110010 0 10101 100100 10011011 100001 110000

Color Harmonies of #52A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A482

Black with #52A482

Text Example


Text Example

White with #52A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,130); }

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

background-color css

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

 a { background-color: rgb(82,164,130); }

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

border-color css

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

 span { border-color: rgb(82,164,130); }

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