Html Css Color HEX #52FAB2 Medium Aquamarine

📋 copy color: '#52FAB2'

red 82 ◦ green 250 ◦ blue 178

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

Shades of Medium Aquamarine #52FAB2

Tints of Medium Aquamarine #52FAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 16.08%
G = 49.02%
B = 34.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#52FAB2 (or 0x52FAB2) is known color: Medium Aquamarine. HEX triplet: 52, FA and B2. RGB value is (82,250,178). Sum of RGB (Red+Green+Blue) = 82+250+178=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #52FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FAB2 is #AD054D. Grayscale: #BFBFBF. Windows color (decimal): -11339086 or 11729490. OLE color: 11729490.

HSL color Cylindrical-coordinate representation of color #52FAB2: hue angle of 154.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FAB2 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 178 -
CMYK 0.67 0 0.29 0.02
HSL 154.29º 0.94% 0.65% -
HSV(B) 154.29º 0.67% 0.98% -
XYZ 45.7 73.38 53.87 -
YUV 191.56 120.34 49.85 -
System Red Green Blue C M Y K H S L
Decimal 82 250 178 0.67 0 0.29 0.02 154.29 0.94 0.65
Hex 52 FA B2 43 0 1D 2 9A 5E 41
Octal 122 372 262 103 0 35 2 232 136 101
Binary 1010010 11111010 10110010 1000011 0 11101 10 10011010 1011110 1000001

Color Harmonies of #52FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FAB2

Black with #52FAB2

Text Example


Text Example

White with #52FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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